比如我想得到一个路径
$files=glob($session_save_path.'/'.'session_*');
意思是 所有在这个路径下,包含‘session_’名字格式的文件吗?
数据分析师2017-10-01 00:15:09
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.