Forum und email

mysql_field_seek

(PHP 4, PHP 5, PECL mysql:1.0)

mysql_field_seek — 특정 필드의 오프셋으로 결과 포인터를 이동

설명

bool mysql_field_seek ( resource $result , int $field_offset )

특정 필드 오프셋으로 탐색한다. 필드 오프셋을 포함하지 않는 mysql_fetch_field() 이후에 호출하면, mysql_field_seek()에서 반환된 값으로 지정될 것이다.

매개변수

result

mysql_query() 호출을 통한 결과 resource.

field_offset

The numerical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued.