Mega Code Archive

 
Categories / Php / Development
 

Get_include_path

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