globglob本页总览glob 查找匹配的文件列表 声明 array glob(string path_name, bool recursive = true) 参数 参数名描述path_name文件名格式(支持通配符)recursive是否递归匹配 返回值 匹配列表 使用方式 返回文档