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 );
	}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.