IXR_Base64::__construct( $data )

PHP5 constructor.


Description Description


Source Source

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

    function __construct( $data )
    {
        $this->data = $data;
    }

Top ↑

User Contributed Notes User Contributed Notes

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