if ($this->tag && !is_file($filename)) {
$first = true;
}
$data = serialize($value);
if ($this->options['data_compress'] && function_exists('gzcompress')) {
//数(Shu)据(Ju)压(Ya)缩(Suo)
$data = gzcompress($data, 3);
}
$data = "<?php\n//" . sprintf('%012d', $expire) . $data . "\n?>";
$result = file_put_contents($filename, $data);
if ($result) {
isset($first) && $this->setTagItem($filename);
clearstatcache();
return true;
} else {
return false;
}
}
name | cachecity310000 |
value | { "cityname": "", "provname": "\u4e0a\u6d77" } |
expire | 7200 |
filename | D:\1\v5082538\wwwroot\caches\cache\83\8d0c515ad0e1e515d3c488d2badc9a.php |
data | <?php //000000007200a:2:{s:8:"cityname";s:0:"";s:8:"provname";s:6:"上(Shang)海(Hai)";} ?> |