home/wwgoat/public_html/blog/wp-includes/IXR/class-IXR-base64.php 0000644 00000000636 14720652302 0020473 0 ustar 00 data = $data;
}
/**
* PHP4 constructor.
*/
public function IXR_Base64( $data ) {
self::__construct( $data );
}
function getXml()
{
return ''.base64_encode($this->data).'';
}
}