IXR_Value::IXR_Value()publicWP 1.0

PHP4 constructor.

Method of the class: IXR_Value{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Value = new IXR_Value();
$IXR_Value->IXR_Value( $data, $type );
$data (required)
-
$type **
-
Default: false

IXR_Value::IXR_Value() code WP 6.5.2

public function IXR_Value( $data, $type = false ) {
	self::__construct( $data, $type );
}