php的几个内置的函数

// 取得所有的后缀为PHP的文件  
$files = glob(‘*.php’);  
print_r($files); j
原文地址:https://www.cnblogs.com/oxspirt/p/5731845.html