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

search for in the

sybase_deadlock_retry_count> <sybase_connect
Last updated: Sun, 25 Nov 2007

view this page in

sybase_data_seek

(PHP 4, PHP 5)

sybase_data_seek — move internal row pointer 내부 결과 데이타셋내의 위치 포인터를 이동한다.

Description

bool sybase_data_seek ( int $result_identifier , int $row_number )

수행 성공시 'TRUE', 실패시 'FALSE'를 반환한다.

sybase_data_seek() 함수는 result_identifire 에 의해 정의된 결과 데이타셋의 위치 포인터를 row_number 의 위치로 이동한다. 이후, sybase_fetch_row()함수가 호출되면 이동한 위치의 데이타를 읽어올수 있다.

See also: sybase_data_seek().



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.

sybase_deadlock_retry_count> <sybase_connect
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites