diff --git a/reference/info/functions/restore-include-path.xml b/reference/info/functions/restore-include-path.xml new file mode 100644 index 0000000000..c8f1e2efd8 --- /dev/null +++ b/reference/info/functions/restore-include-path.xml @@ -0,0 +1,75 @@ + + + + + restore_include_path + + Restores the value of the include_path configuration option + + + + Description + + voidrestore_include_path + + + + Restores the include_path + configuration option back to its original master value as set in + &php.ini; + + + + Example use of <function>restore_include_path</function> + + +]]> + + + + + See also ini_restore, + set_include_path, + get_include_path, and + include. + + + + + diff --git a/reference/info/functions/set-include-path.xml b/reference/info/functions/set-include-path.xml new file mode 100644 index 0000000000..004f973a99 --- /dev/null +++ b/reference/info/functions/set-include-path.xml @@ -0,0 +1,66 @@ + + + + + set_include_path + + Sets the include_path configuration option + + + + Description + + stringset_include_path + stringnew_include_path + + + Sets the include_path + configuration option for the duration of the script. Returns the old + include_path on success or + &false; on failure. + + + + Example use of <function>set_include_path</function> + + +]]> + + + + + See also ini_set, + get_include_path, + restore_include_path, and + include. + + + + +