get_include_path : include path « Development « PHP






get_include_path


<?php

set_include_path( get_include_path().":/home/phplib/"); 
print get_include_path();
?>

           
       








Related examples in the same category