PHP Include Path

Last modified: 
Tuesday, March 31st, 2015

Setting the PHP include path in-script

$path = '/usr/lib/pear';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
//

References

set_include_path


The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.