Obtenez le répertoire public_html PHP

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