在文档文件夹中搜索

时间:2013-05-28 作者:Galadre

有人知道为什么下面的内容什么都不返回吗?

<?php 
    $dir = get_bloginfo(\'template_directory\') . "/documents/*";
    foreach(glob($dir) as $file) {
        echo $file;  
    }
?>
我在documents文件夹中有文件。。。

提前感谢!

1 个回复
最合适的回答,由SO网友:Bainternet 整理而成

get_bloginfo(\'template_directory\') 返回URI,我相信glob 使用路径,请尝试:

$dir =  get_theme_root() . "/documents/*";
foreach(glob($dir) as $file) {
    echo $file;  
}

结束

相关推荐

为什么WP-CLI安装程序找不到我的php.ini?

我正在尝试使用标准安装命令在Mac上安装WP-CLI(可在此处找到:http://wp-cli.org), 但我收到以下错误消息:#!/usr/bin/env php 计算机上的某些设置使Composer无法正常工作。请确保修复了下面列出的问题,然后再次运行此脚本:必须禁用detect\\u unicode设置。将以下内容添加到php.ini: detect_unicode = OffA.php.ini 文件不存在。您必须创建一个。如果无法修改ini文件,也可以运行php -d option