Summery Summery
PHP5 constructor.
Syntax Syntax
Source Source
File: wp-includes/rss.php
$this->BASE_CACHE = $base;
}
if ( $age ) {
$this->MAX_AGE = $age;
}
}
/**
* PHP4 constructor.
Developer Resources, Tips, Tricks, Tutorials and Much more.
PHP5 constructor.
File: wp-includes/rss.php
$this->BASE_CACHE = $base;
}
if ( $age ) {
$this->MAX_AGE = $age;
}
}
/**
* PHP4 constructor.