update : 2015.11.03
php.shukuma.com검색:
|
mysqli_stmt::data_seekmysqli_stmt_data_seek(PHP 5) mysqli_stmt::data_seek -- mysqli_stmt_data_seek — Seeks to an arbitrary row in statement result set 설명객체 기반 형식
void mysqli_stmt::data_seek
( int
$offset
)절차식 형식 Seeks to an arbitrary result pointer in the statement result set. mysqli_stmt_store_result() must be called prior to mysqli_stmt_data_seek(). 인수
반환값값을 반환하지 않습니다. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: City: Benin City Countrycode: NGA |