PHP function set_include_path()
Availability in versions: PHP 4.3.0
Sets the include_path configuration option
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$new_include_path |
string |
not | The new value for the include_path |
Return values
string
|bool the old include_path on success or false on failure.