IXR_Value::IXR_Value() WordPress Method
The IXR_Value::IXR_Value() Wordpress method is used to create a new IXR_Value object. This object can then be used to represent a value in an XML-RPC message.
IXR_Value::IXR_Value( $data, $type = false ) #
PHP4 constructor.
Source
File: wp-includes/IXR/class-IXR-value.php
public function IXR_Value( $data, $type = false ) { self::__construct( $data, $type ); }
Expand full source codeCollapse full source codeView on TracView on GitHub