這是我的.htaccess規則 # those CSV files are under the DOCROOT ... so let's hide 'em
<FilesMatch "\.CSV$">
Order Allow,Deny
Deny from all
</FilesMatch>
我不過注意到,如果沒有與CSV的小寫或大小寫混合的擴展名的文件,它將被規則忽略和顯示。 如何使這種
PHP中的函數和方法不區分大小寫,如以下示例所示。 function ag()
{
echo '2';
}
Ag();
class test {
function clMe()
{
echo 'hi';
}
}
$instance = new test;
$instance->clme();
但是,這不是變量的情況。基本原理