Warning: file_put_contents(): Only -1 of 53 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
dbplus_find dbplus_flush DB++ PHP Manual dbplus_first (PHP 4 >= 4.0.7, PECL dbplus:0.9) — Get first tuple from relation Description int ( resource $relation , array &$tuple ) Reads the data fo...
Forum und email

dbplus_first

(PHP 4 >= 4.0.7, PECL dbplus:0.9)

dbplus_first — Get first tuple from relation

Description

int dbplus_first ( resource $relation , array &$tuple )

Reads the data for the first tuple for the given relation , makes it the current tuple and pass it back as an associative array in tuple .

Parameters

relation

A relation opened by dbplus_open().

tuple

Return values

Returns DBPLUS_ERR_NOERR on success or a db++ error code on failure.

Notes

Warning

Varoitus! Tämä funktio on EKSPERIMENTAALINEN. Tämän funktion ominaisuudet, käyttäytyminen, parametrit ja nimi voivat muuttua varoituksetta seuraavissa PHP versioissa.