我有此代码:
$files = glob(realpath(plugin_dir_path(__FILE__)) . DIRECTORY_SEPARATOR . 'overlays' . DIRECTORY_SEPARATOR . '*', GLOB_NOCHECK);
结果是:
Array([0] => / home / john / websites / jmadev / wp-content / plugins / jma-youtube-playlists-with-schema / overlays / *)
这是我希望搜索的文件夹,但是该文件夹中有60多个文件。那么为什么没有结果呢?它位于Ubuntu计算机上的本地托管站点上(如果有的话)。