PHP » GoLang |
login |
register |
about
|
GoLang maxdb_stmt_data_seek
request it (266)
GoLang replacement for PHP's maxdb_stmt_data_seek
[edit | history]
maxdb_stmt_data_seekmaxdb_stmt::data_seek(PECL maxdb >= 1.0) maxdb_stmt_data_seek -- maxdb_stmt::data_seek — Seeks to an arbitray row in statement result set DescriptionProcedural style
bool maxdb_stmt_data_seek
( resource
$statement
, int $offset
)Object oriented style
bool maxdb_stmt::data_seek
( int
$offset
)
The maxdb_stmt_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: Dallas Zip: 75243 |
more
Recently updated
more
Most requested
more
Last requests
|