Forum und email

sybase_field_seek

(PHP 4, PHP 5)

sybase_field_seek — 필드 offset(위치값)을 정한다.(이동한다.)

Description

int sybase_field_seek ( int $result , int $field_offset )

Seeks to the specified field offset. If the next call to sybase_fetch_field() won't include a field offset, this field would be returned. 특정 위치의 필드값을 찾는다. 만약, 이후에 sybase_fetch_field()함수가 다시 불려졌을 때의 반환 필드 offset을 가지지 못한다면, 이전에 추출된 필드값이 반환될 것이다.

See also: sybase_fetch_field().