How can I get the full path of the folder in PHP? Is there any method like application.getRealPath() which is used in JSP?
http://php.net/manual/en/function.realpath.php
__FILE__
__DIR__