IXR_Base64::__construct( $data )

In this article

PHP5 constructor.

Source

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

User Contributed Notes

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