PHP » GoLang |
login |
register |
about
|
GoLang TokyoTyrantQuery::next
request it (311)
GoLang replacement for PHP's TokyoTyrantQuery::next
[edit | history]
TokyoTyrantQuery::next(PECL tokyo_tyrant >= 0.1.0) TokyoTyrantQuery::next — Moves the iterator to next entry Description
public array TokyoTyrantQuery::next
( void
)
Returns the next result in the resultset. Part of the Iterator interface. ParametersThis function has no parameters. Return ValuesReturns the next row and throws TokyoTyrantException on error. Examples
Example #1 TokyoTyrantQuery iterator example
<?php The above example will output something similar to: pk: 1, columns: 2 pk: 4, columns: 2 |
more
Recently updated
more
Most requested
|