Mega Code Archive

 
Categories / Php / File Directory
 

Realpath php

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