PHP dirname May 11, 2012 Pramod T P It returns parent directory’s path Example <?php echo dirname(“/var/www”); ?> Output /var