File Directory Php

             
 $working_dir = getcwd();
 echo "The current working directory is: $working_dir ", "\n";
?>