Heim  >  Fragen und Antworten  >  Hauptteil

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

比如我想得到一个路径

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

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

phpcn_u737phpcn_u7372830 Tage vor1129

Antworte allen(2)Ich werde antworten

  • 数据分析师

    数据分析师2017-10-01 00:15:09

    glob函数使用中,“*”是代表模糊搜索吗?-PHP中文网问答-glob函数使用中,“*”是代表模糊搜索吗?-PHP中文网问答

    围观一下哦,学习一下。

    Antwort
    0
  • 阿神

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

    是的,可以这么理解

    Antwort
    0
  • StornierenAntwort