| chdirChange directory Description
   bool chdir
    ( string  $directory)
   Changes PHP's current directory to 
    Parameters
 
 Return Values
   Returns  Errors/Exceptions
   Throws an error of level  Examples
 Example #1 chdir example 
<?phpThe above example will output something similar to: /home/vincent /home/vincent/public_html Notes
 See Also
 
 |