Join Up!
96806 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousmysql_fetch_fieldmysql_fetch_objectnext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | German

mysql_fetch_lengths

(PHP 3, PHP 4 )

mysql_fetch_lengths --  Devuelve la longitud de cada salida en un resultado

Descripción

array mysql_fetch_lengths ( int id_resultado)

Devuelve: Una matriz que contiene las longitudes de cada campo de la última fila extraida por mysql_fetch_row(), o falso si error.

mysql_fetch_lengths() almacena las longitudes de cada columna en la última fila devuelta por mysql_fetch_row(), mysql_fetch_array(), y mysql_fetch_object() en una matriz, empezando por 0.

Ver también: mysql_fetch_row().

User Contributed Notes
mysql_fetch_lengths
add a note about notes
There are no user contributed notes for this page.
previousmysql_fetch_fieldmysql_fetch_objectnext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST