get_include_path

(PHP 4 >= 4.3.0, PHP 5)

get_include_path — Gets the current include_path configuration option

Описание

string get_include_path ( void )

Gets the current include_path configuration option value.

Возвращаемые значения

Returns the path, as a string.

Примеры

Пример #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');
?>

Смотрите также

Коментарии

If you are trying to find a file on your include path, there is a better way: function.stream-resolve-include-path
2013-02-06 18:27:08
http://php5.kiev.ua/manual/ru/function.get-include-path.html

    Поддержать сайт на родительском проекте КГБ