IXR_Value::IXR_Value( $data,  $type = false )

PHP4 constructor.


Description Description


Source Source

File: wp-includes/IXR/class-IXR-value.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.