PHP » GoLang |
login |
register |
about
|
GoLang mysqli_result::field_seek
request it (414)
GoLang replacement for PHP's mysqli_result::field_seek
[edit | history]
mysqli_result::field_seekmysqli_field_seek(PHP 5, PHP 7) mysqli_result::field_seek -- mysqli_field_seek — Set result pointer to a specified field offset DescriptionObject oriented style
bool mysqli_result::field_seek
( int
$fieldnr
)Procedural style 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.
Parameters
Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples will output: Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 |
more
Recently updated
more
Most requested
more
Last requests
|