update : 2015.11.03
php.shukuma.com검색:
|
mysqli_result::data_seekmysqli_data_seek(PHP 5) mysqli_result::data_seek -- mysqli_data_seek — Adjusts the result pointer to an arbitrary row in the result 설명객체 기반 형식
bool mysqli_result::data_seek
( int
$offset
)절차식 형식
The mysqli_data_seek() function seeks to an arbitrary
result pointer specified by the 인수
반환값
성공 시 주의
예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: City: Benin City Countrycode: NGA 참고
|