msql_list_tables() lists the tables on the specified database.
The name of the database.
Połączenie mSQL. Jeśli nie zostanie podany, używane jest ostatnie połączenie otwarte przez msql_connect(). Jeśli nie zostanie ono znalezione, funkcja spróbuje nawiązać połączenie tak, jakby wywołana została funkcja msql_connect(), i użyje je.
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.
Poprzedni | Spis treści | Następny |
msql_list_fields | Początek rozdziału | msql_num_fields |