|
restore_include_pathRestores the value of the include_path configuration option Warning
This function has been DEPRECATED as of PHP 7.4.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged. Description
void restore_include_path()
Restores the include_path configuration option back to its original master value as set in php.ini ParametersThis function has no parameters. Return ValuesNo value is returned. Changelog
Examples
Example #1 restore_include_path example
See Also
|