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