RSSCache::__construct()
最后更新于:2021-11-26 04:11:50
RSSCache::__construct($base=”, $age=”)PHP5 constructor.
源文件
文件: gc-includes/rss.php
function __construct( $base = '', $age = '' ) {
$this->BASE_CACHE = GC_CONTENT_DIR . '/cache';
if ( $base ) {
$this->BASE_CACHE = $base;
}
if ( $age ) {
$this->MAX_AGE = $age;
}
}