Forum und email

dbplus_curr

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

dbplus_curr — Get current tuple from relation

Descripción

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

Reads the data for the current tuple for the given relation .

Lista de parámetros

relation

A relation opened by dbplus_open().

tuple

The data will be passed back in this parameter, as an associative array.

Valores retornados

The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure.

Notes

Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.