get_include_path

(PHP 4 >= 4.3.0, PHP 5)

get_include_path --  Lit la valeur de la directive de configuration include_path

Description

string get_include_path ( void )

get_include_path() lit la valeur de la directive de configuration include_path.

Exemple 1. Exemple avec get_include_path()

<?php
// Fonctionne depuis PHP 4.3.0
echo get_include_path();

// Fonctionne sur toutes les versions
echo ini_get('include_path');
?>

Voir aussi ini_get(), restore_include_path(), set_include_path() et include().

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:02:05