PHP » GoLang |
login |
register |
about
|
GoLang maxdb_data_seek
request it (345)
GoLang replacement for PHP's maxdb_data_seek
[edit | history]
maxdb_data_seekmaxdb_result::data_seek(PECL maxdb >= 1.0) maxdb_data_seek -- maxdb_result::data_seek — Adjusts the result pointer to an arbitary row in the result DescriptionProcedural style
bool maxdb_data_seek
( resource
$result
, int $offset
)Object oriented style
bool maxdb_result::data_seek
( int
$offset
)
The maxdb_data_seek() function seeks to an arbitrary result pointer
specified by the Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: City: Irvine State: CA See Also
|
more
Recently updated
more
Most requested
more
Last requests
|