PHP/Development/include path
Версия от 10:37, 26 мая 2010; (обсуждение)
get_include_path
<?php
set_include_path( get_include_path().":/home/phplib/");
print get_include_path();
?>
<?php
set_include_path( get_include_path().":/home/phplib/");
print get_include_path();
?>