(PHP 4 >= 4.3.0, PHP 5)
Obtiene el valor actual de la opción de configuración include_path.
Ejemplo 1. Ejemplo de get_include_path()
<?php// Funciona a partir de PHP 4.3.0echo get_include_path();// Funciona en todas las versiones de PHPecho ini_get('include_path');?>
Vea también ini_get(), restore_include_path(), set_include_path(), y include().
Hosting by: hurra.comGenerated: 2007-01-26 18:00:58