IXR_Base64::IXR_Base64() WordPress Method

This method is used to convert data from one byte stream to another. It is used to encode and decode data in order to make it more compact and readable.

IXR_Base64::IXR_Base64( $data ) #

PHP4 constructor.


Source

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

	public function IXR_Base64( $data ) {
		self::__construct( $data );
	}

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.