Get public_html Directory PHP

<?php
$path = getcwd();
echo "This Is Your Absolute Path: ";
echo $path;
?>
Armandres