| 
 | TokyoTyrantQuery::nextMoves 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 
<?phpThe above example will output something similar to: pk: 1, columns: 2 pk: 4, columns: 2 See Also
 
 |