Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
msql_list_fields
Popis
resource msql_list_fields ( string database, string tablename [, resource link_identifier] )msql_list_fields() returns information about the given table.
Seznam parametrů
database
The name of the database.
tablename
The name of the table.
link_identifier
PÅ™ipojenà na mSQL. NenÃ-li specifikováno jinak, pÅ™edpokládá se poslednà pÅ™ipojenà otevÅ™ené pomocà msql_connect(). Nebylo-li toto pÅ™ipojenà nalezeno, funkce se pokusà vytvoÅ™it nové, jako kdyby se zavolala funkce msql_connect(), a použije ho.
Návratové hodnoty
Returns a result set which may be traversed with any function that fetches result sets, such as msql_fetch_array(). On failure, this function will return FALSE.
PÅ™edcházejÃcà | Domů | Dalšà |
msql_list_dbs | Nahoru |