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

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.