IXR_Date::IXR_Date
PHP4 constructor.
Method of the class: IXR_Date{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Date = new IXR_Date(); $IXR_Date->IXR_Date( $time );
- $time(required)
- .
IXR_Date::IXR_Date() IXR Date::IXR Date code WP 7.0
public function IXR_Date( $time ) {
self::__construct( $time );
}