Home | Mirror | SearchITEYE 博客 | OSChina 博客 | 51CTO 博客

5.3. PHP Option

include_path

		
<?php
$path = '/usr/lib/pear';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
?>
		
		
comments powered by Disqus