★ wanayoo — archive 1999 http://www.php.net/manual/kr/function.get-include-path.phpNouvelle recherche | Portail wanayoo
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>
view the version of this page
Last updated: Mon, 16 Feb 2004

get_include_path

(PHP 4 >= 4.3.0)

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().



add a note add a note User Contributed Notes
get_include_path
There are no user contributed notes for this page.

<get_extension_funcsget_included_files>
 Last updated: Mon, 16 Feb 2004
show source | credits | sitemap | contact | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This mirror generously provided by: Web Hosting Talk
Last updated: Mon Feb 23 13:18:17 2004 EST