Forum und email

dbplus_next

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

dbplus_next — Get next tuple from relation

Popis

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

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

Parametre

relation

A relation opened by dbplus_open().

tuple

Vrátené hodnoty

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

Poznámky

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.