09c06-2.php

来自「介绍PHP5的给类型函数应用」· PHP 代码 · 共 14 行

PHP
14
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?