5種方法得到全路徑文件的擴展名

<?php $path = 'C:\Program Files (x86)\Internet Explorer\ssacasc\sqmapi.dll'; function m1(){ echo strrchr($GLOBALS['path'], '.'); } function m2(){ echo substr($GLOBALS['path'],strrpos($GLOBALS['path'
相關文章
相關標籤/搜索