result->field_seek --
Set result pointer to a specified field offset
Syntax
Procedural style:
int mysqli_field_seek ( mysqli_result result, int fieldnr )
Object oriented style (method):
class mysqli_result { int field_seek ( int fieldnr ) }
Sets the field cursor to the given offset. The next call to mysqli_fetch_field()
will retrieve the field definition of the column associated with that offset.
Note: To seek to the beginning of a row, pass an offset value of zero.
Return Values
mysqli_field_seek() returns previuos value of field cursor.
mysqli field seek php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php mysqli field seek syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.