PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<get_extension_funcsget_included_files>
Last updated: Mon, 16 Jul 2012

get_include_path

(PHP 4 >= 4.3.0, PHP 5)

get_include_path --  Gets the current include_path configuration option

Description

string get_include_path ( void )

Gets the current include_path configuration option value.

例子 1. get_include_path() example

<?php
// Works as of PHP 4.3.0
echo get_include_path();

// Works in all PHP versions
echo ini_get('include_path');
?>

See also ini_get(), restore_include_path(), set_include_path(), and include().




<get_extension_funcsget_included_files>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST