IXR_Value::IXR_Value
PHP4 constructor.
Method of the class: IXR_Value{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Value = new IXR_Value(); $IXR_Value->IXR_Value( $data, $type );
- $data(required)
- .
- $type
- .
Default:false
IXR_Value::IXR_Value() IXR Value::IXR Value code WP 7.0
public function IXR_Value( $data, $type = false ) {
self::__construct( $data, $type );
}