Developer Forums | About Us | Site Map
Search  
HOME > PHPMANUAL


Sponsors





Web Host
site hosted by netplex
Partners

Online Manuals

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.

Example 1. get_include_path() example

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

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

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

Copyright 2004-2024 GrindingGears.com. All rights reserved. Site hosted by NETPLEX