IXR_Base64::IXR_Base64()publicWP 1.0

PHP4 constructor.

Method of the class: IXR_Base64{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Base64 = new IXR_Base64();
$IXR_Base64->IXR_Base64( $data );
$data (required)
-

IXR_Base64::IXR_Base64() code WP 6.5.2

public function IXR_Base64( $data ) {
	self::__construct( $data );
}