mysqli_result::field_seek

mysqli_result::field_seek

mysqli_field_seek

(PHP 5, PHP 7)

mysqli_result::field_seek -- mysqli_field_seekSet result pointer to a specified field offset

Description

Object oriented style

bool mysqli_result::field_seek ( int $fieldnr )

Procedural style

bool mysqli_field_seek ( mysqli_result $result , int $fieldnr )

Sets the field cursor to the given offset. The next call to 登录查看完整内容