PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dbplus_flush> <dbplus_find
Last updated: Fri, 22 Aug 2008

view this page in

dbplus_first

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

dbplus_firstGet first tuple from relation

Descripción

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 .

Lista de parámetros

relation

A relation opened by dbplus_open().

tuple

Valores retornados

Returns 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.



add a note add a note User Contributed Notes
dbplus_first
There are no user contributed notes for this page.

dbplus_flush> <dbplus_find
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites