Mega Code Archive

 
Categories / Php / File Directory
 

Realpath

<?php    $imgPath = "./text.txt";    $absolutePath = realpath($imgPath);    echo $absolutePath; ?>