search

Home  >  Q&A  >  body text

glob函数使用中,“*”是代表模糊搜索吗?

比如我想得到一个路径

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

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

phpcn_u737phpcn_u7372852 days ago1152

reply all(2)I'll reply

  • 数据分析师

    数据分析师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.

    reply
    0
  • 阿神

    阿神2017-02-10 14:38:46

    是的,可以这么理解

    reply
    0
  • Cancelreply