| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
msql_list_tables() lists the tables on the specified
database.
databaseThe name of the database.
link_identifierPř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.
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_fields | Nahoru | msql_num_fields |