realpath: Returns canonicalized absolute pathname
<?php $imgPath = "./text.txt"; $absolutePath = realpath($imgPath); echo $absolutePath; ?>