Warning: file_put_contents(): Only -1 of 55 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25 maxdb_data_seek Podręcznik PHP Poprzedni Następny (PECL) (no version information, might be only in CVS) result->data_seek -- Adjusts the result pointer to an arbitary row Description...
result->data_seek -- Adjusts the result pointer to an arbitary row in the result
Description
Procedural style:
bool maxdb_data_seek ( resource result, int offset )
Object oriented style (method):
class result { bool data_seek ( int offset ) }
The maxdb_data_seek() function seeks to an arbitrary result pointer
specified by the offset in the result set represented by
result. The offset parameter must be between
zero and the total number of rows minus one (0..maxdb_num_rows() - 1).
Return values
Zwraca TRUE w przypadku sukcesu, FALSE w
przypadku porażki.