본문 바로가기

Dev/PHP

현재 경로, 디렉토리(dir) 확인 함수

string dirname(string path)


ex)

url : localhost/main/index.php

echo dirname($PHP_SELF); //   '/main'