select files with name contains a character php
This question already has an answer here:
你可以使用phps glob()函数
foreach (glob($dir . "*-bpfull.*") as $filename) {
echo "$filename . "n";
}
链接地址: http://www.djcxy.com/p/13144.html
上一篇: 通过表单上传图片上传
下一篇: 选择名称包含字符php的文件