| 
 | maxdb_data_seekmaxdb_result::data_seekAdjusts 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 
<?phpExample #2 Procedural style 
<?phpThe above example will output something similar to: City: Irvine State: CA See Also
 
 |