| 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
Procedural style:
array tidy_get_config ( tidy object )Object oriented style:
array tidy->getConfig ( void )tidy_get_config() returns an array with the configuration options in use by the given tidy object.
For an explanation about each option, visit http://tidy.sourceforge.net/docs/quickref.html.
See also tidy_reset_config() and tidy_save_config().
| Poprzedni | Spis treści | Następny |
| tidy_get_body | Początek rozdziału | tidy_get_error_buffer |