본문 바로가기

Dev/PHP

경로의 파일 이름 확인 함수

string basename ( string $path [, string $suffix ] )


ex)
url : localhost/main/index.php
echo basename($PHP_SELF); // 'index.php'