Home » » get_include_path

get_include_path

Written By 1 on Sunday, September 30, 2012 | 6:50 PM

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