set_include_path

PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
set_include_path - Sets the include_path configuration option
Manual
Code Examples

set_include_path( string$include_path ): string|false

Sets the include_path configuration option for the duration of the script.

Parameters

include_path

The new value for the include_path

Return Values

Returns the old include_path on success or false on failure.

Related Functions

Example of set_include_path

Show all examples for set_include_path

PHP Version: