?? ??

PHP ?? ??() ?? ???

??: ???? ?? ?? ??? ?????.

??: ???? ??(??, ???)

????:

??????
?? ?????. ??? ??? ?????.
??? ????. ?? ???? ?????. ??? ???? ??? ? ???? ???? ????.

??: ??? ?? ?? ??? ?????.

PHP ?? ??() ?? ?

<?php
$file = "/phpstudy/WWW/index.php";
echo basename($file);//帶有文件擴(kuò)展名
echo "<br>";
echo basename($file,'.php'); //去除文件擴(kuò)展名
?>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????

??:

index.php
index