$_SERVER['PHP_SELF']
1 예시
PHP
Copy
var_dump( $_SERVER['PHP_SELF'] );
# string(20) "/ex/php/php_self.php"
2 같이 보기
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
$_SERVER['PHP_SELF']
var_dump( $_SERVER['PHP_SELF'] );
# string(20) "/ex/php/php_self.php"