destoon采集论坛

 找回密码
 立即注册
查看: 117|回复: 0

求解问题,急,在线等!

[复制链接]

3

主题

0

回帖

15

积分

新手上路

Rank: 1

积分
15
发表于 2012-12-19 16:39:32 | 显示全部楼层 |阅读模式
function cache_read($file, $dir = '', $mode = '') {
        $file = $dir ? DT_CACHE.'/'.$dir.'/'.$file : DT_CACHE.'/'.$file;
        if(!is_file($file)) return array();
        return $mode ? file_get($file) : include $file;
}
function file_get($filename) {
        return @file_get_contents($filename);
}
cache_read('module.php')这些怎么理解?cache_read('module.php')输出的是什么呢?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|destoon采集论坛

GMT+8, 2025-11-23 10:24 , Processed in 0.015945 second(s), 20 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表