update : 2015.11.03
php.shukuma.com검색:
|
maxdb_stmt_store_resultmaxdb_stmt::store_result(PECL maxdb >= 1.0) maxdb_stmt_store_result -- maxdb_stmt::store_result — Transfers a result set from a prepared statement 설명절차식 형식
bool maxdb_stmt_store_result
( resource
$stmt
)객체 기반 형식
object maxdb_stmt::store_result
( void
)
maxdb_stmt_store_result() has no functionally effect and should not be used for retrieving data from MaxDB server. 반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Number of rows: 25. 참고
|