PHP » GoLang |
login |
register |
about
|
GoLang mysqli_result::data_seek
request it (414)
GoLang replacement for PHP's mysqli_result::data_seek
[edit | history]
mysqli_result::data_seekmysqli_data_seek(PHP 5, PHP 7) mysqli_result::data_seek -- mysqli_data_seek — Adjusts the result pointer to an arbitrary row in the result DescriptionObject oriented style
bool mysqli_result::data_seek
( int
$offset
)Procedural style
The mysqli_data_seek() function seeks to an arbitrary
result pointer specified by the Parameters
Return Values
Returns Notes
ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples will output: City: Benin City Countrycode: NGA See Also
|
more
Recently updated
more
Most requested
more
Last requests
|