|
set_include_pathSets the include_path configuration option Description
stringfalse set_include_path(string
$include_path )Sets the include_path configuration option for the duration of the script. Return Values
Returns the old include_path on
success or Examples
Example #1 set_include_path example
Example #2 Adding to the include path
Making use of the
In this example we add /usr/lib/pear to the end of
the existing
See Also
|