downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

sybase_deadlock_retry_count> <sybase_connect
[edit] Last updated: Fri, 25 May 2012

view this page in

sybase_data_seek

(PHP 4, PHP 5)

sybase_data_seek内部行ポインタを移動する

説明

bool sybase_data_seek ( resource $result_identifier , int $row_number )

sybase_data_seek()は、指定された結果 ID が指す Sybase 結果の内部行ポインタを指定した行番号に移動します。 sybase_fetch_row() を次にコールした場合、 その行が返されます。

パラメータ

result_identifier

row_number

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考



add a note add a note User Contributed Notes sybase_data_seek
mark at somewhere dot com 15-Nov-2004 12:54
Make sure you have a data to seek, else you will get a bad row offset warning.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites