📄 09c06-2.php
字号:
<?php// Include the caching library:require_once '09c06-1.php';//require_once 'cache.php';// Initialize the caching:cache_page();// Now let's just echo out the date. If caching works, when you// reload this page, the date will not change until an hour has passed:date_default_timezone_set('America/New_York');echo date(DATE_RSS, time());?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -