update : 2015.11.03
php.shukuma.com검색:
|
maxdb_stmt_data_seekmaxdb_stmt::data_seek(PECL maxdb >= 1.0) maxdb_stmt_data_seek -- maxdb_stmt::data_seek — Seeks to an arbitray row in statement result set 설명절차식 형식
bool maxdb_stmt_data_seek
( resource
$statement
, int $offset
)객체 기반 형식
bool maxdb_stmt::data_seek
( int
$offset
)
The maxdb_stmt_data_seek() function seeks to an arbitrary result pointer
specified by the 반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: City: Dallas Zip: 75243 |