| 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
This function returns the names of all the functions defined in the module indicated by module_name.
Notatka: The module_name parameter must be in lowercase.
For example the lines below
<?php |
will print a list of the functions in the modules xml and gd respectively.
See also: get_loaded_extensions()
| Poprzedni | Spis treści | Następny |
| get_defined_constants | Początek rozdziału | get_include_path |