| PHP » GoLang | login |
            register |
            
            about | 
| GoLang maxdb_data_seek
                                request it (659)
                            GoLang replacement for PHP's maxdb_data_seek
                            [edit | history] 
                             maxdb_data_seekmaxdb_result::data_seek(PECL maxdb >= 1.0) maxdb_data_seek -- maxdb_result::data_seek — Adjusts 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
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |