From d95bf170a3d2457177dba2b26de7a3760cf18329 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 14 May 2003 07:43:04 +0000 Subject: [PATCH] Initial documentation (added in 4.3.0) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126951 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/get-include-path.xml | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 reference/info/functions/get-include-path.xml diff --git a/reference/info/functions/get-include-path.xml b/reference/info/functions/get-include-path.xml new file mode 100644 index 0000000000..8b6b1964db --- /dev/null +++ b/reference/info/functions/get-include-path.xml @@ -0,0 +1,62 @@ + + + + + get_include_path + + Gets the current include_path configuration option + + + + Description + + stringget_include_path + + + + Gets the current include_path + configuration option value. + + + + Example use of <function>include_get_path</function> + + +]]> + + + + + See also ini_get and + include. + + + + +