glob函数使用中,“*”是代表模糊搜索吗?
phpcn_u737
phpcn_u737 2017-02-10 14:20:16
0
2
1146

比如我想得到一个路径

$files=glob($session_save_path.'/'.'session_*');

意思是  所有在这个路径下,包含‘session_’名字格式的文件吗?

phpcn_u737
phpcn_u737

reply all(2)
数据分析师

When using the glob function, does "*" represent fuzzy search? -PHP Chinese website Q&A-When using the glob function, does "*" represent fuzzy search? -PHP Chinese website Q&A

Let’s take a look and learn.

阿神

是的,可以这么理解

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template