| 
 | set_include_pathSets the include_path configuration option Description
   string set_include_path
    ( string  $new_include_path)Sets the include_path configuration option for the duration of the script. Return Values
   Returns the old include_path on
   success or  Examples
 Example #1 set_include_path example 
<?php
 Example #2 Adding to the include path 
     Making use of the  In this example we add /usr/lib/pear to the end of the existing include_path. 
<?phpSee Also
 
 |