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 ); }
Expand full source codeCollapse full source codeView on TracView on GitHub