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

search for in the

msql_db_query> <msql_createdb
Last updated: Fri, 18 Jul 2008

view this page in

msql_data_seek

(PHP 4, PHP 5)

msql_data_seek — desplaza el puntero interno de fila

Descripción

int msql_data_seek ( int $query_identifier , int $row_number )

Devuelve TRUE si tiene éxito, FALSE en caso de fallo.

msql_data_seek() desplaza el puntero interno de fila del resultado mSQL asociado con el identificador de consulta (query identifier) especificado para que apunte al número de fila (row number) proporcionado. La llamada posterior a msql_fetch_row() devolverá esa fila.

Véase también: msql_fetch_row().



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

msql_db_query> <msql_createdb
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites