| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
msql_list_tables() lists the tables on the specified database. It returns a result set which may be traversed with any function that fetches result sets, such as msql_fetch_array().
This function returns FALSE on failure.
For downward compatibility, the alias named msql_listtables() may be used. This, however, is deprecated and not recommended.
| Poprzedni | Spis treści | Następny |
| msql_list_fields | Początek rozdziału | msql_num_fields |