string get_include_path ( void )
Gets the current include_path configuration option
<?php
// Works as of PHP 4.3.0
echo get_include_path();
// Works in all PHP versions
echo ini_get('include_path');
?>
Lavorare con include()/require() e .._once PHP [OBIV].it
0 Comment:
Post a Comment