RSSCache::RSSCache()

最后更新于:2021-11-26 04:11:15

RSSCache::RSSCache($base=”, $age=”)

PHP4 constructor.

源文件

文件: gc-includes/rss.php

	public function RSSCache( $base = '', $age = '' ) {
		self::__construct( $base, $age );
	}