| 
 | maxdb_stmt_data_seekmaxdb_stmt::data_seekSeeks 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 
<?phpExample #2 Procedural style 
<?phpThe above example will output something similar to: City: Dallas Zip: 75243 See Also
 
 |