Join Up!
96811 members and counting!

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

mysql_fetch_row

(PHP 3, PHP 4 )

mysql_fetch_row -- Načte výsledný záznam do pole

Popis

array mysql_fetch_row ( resource výsledek)

Funkce vrací číslené pole hodnot načteného záznamu nebo FALSE, není-li žádný další záznam.

mysql_fetch_row() načte jeden záznam výsledku do pole s číslenými klíči. Každá hodnota sloupce je samostatná hodnota pole; klíče jsou číslovány od 0.

Další volání mysql_fetch_row() vrátí následující záznam výsledku, nebo FALSE není-li žádný další záznam.

Viz. také: mysql_fetch_array(), mysql_fetch_object(), mysql_data_seek(), mysql_fetch_lengths() a mysql_result().

User Contributed Notes
mysql_fetch_row
add a note about notes
There are no user contributed notes for this page.
previousmysql_fetch_objectmysql_field_flagsnext
Last updated: Sun, 27 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