| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
restore_include_path(PHP 4 >= 4.3.0, PHP 5) restore_include_path — Restores the value of the include_path configuration option Beschreibung
void restore_include_path
( void
)
Restores the include_path configuration option back to its original master value as set in php.ini RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Example#1 restore_include_path() example
<?php |