/dir1/dir2/index.html
から
/dir1/hoge.php

を呼び出したとき

//index.html
<a href="../hoge.php">クリック</a>

それでもhoge.phpにて自分を呼び出したファイルのパスを推測することは可能ですか?