Join Up!
104882 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousmysql_fetch_rowmysql_field_lennext
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_field_flags

(PHP 3, PHP 4 )

mysql_field_flags --  Načte příznaky sloupce tabulky

Popis

string mysql_field_flags ( resource výsledek, int číslo_sloupce)

mysql_field_flags() vrací další informace o uvedeném sloupci tabulky. Každý příznak je reprezentován jedním slovem a jsou od sebe odděleny mezerou tak, že lze výstup snadno rozdělit pomocí funkce explode().

Vrácené příznaky mohou být následující (jestliže je vaše verze MySQL podporuje): "not_null", "primary_key", "unique_key", "multiple_key", "blob", "unsigned", "zerofill", "binary", "enum", "auto_increment", "timestamp".

Z důvodů zpětné kompatibility můžete také narazit na funkci mysql_fieldflags(). Tuto funkci však nedoporučujeme používat, neboť nemusí být již v dalších verzích PHP podporována.

User Contributed Notes
mysql_field_flags
add a note about notes
There are no user contributed notes for this page.
previousmysql_fetch_rowmysql_field_lennext
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