realpath : File : File Directory PHP Source Code


PHP Source Code » File Directory » File »

 

realpath



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

   echo $absolutePath;
?>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo File Directory
» File