IXR_Base64::__construct() WordPress Method
The IXR_Base64 constructor method is used to create an IXR_Base64 object. This object can be used to encode and decode data in the Base64 format.
IXR_Base64::__construct( $data ) #
PHP5 constructor.
Source
File: wp-includes/IXR/class-IXR-base64.php
function __construct( $data ) { $this->data = $data; }
Expand full source codeCollapse full source codeView on TracView on GitHub