IXR_Base64::getXml
Method of the class: IXR_Base64{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Base64 = new IXR_Base64(); $IXR_Base64->getXml();
IXR_Base64::getXml() IXR Base64::getXml code WP 7.0
function getXml()
{
return '<base64>'.base64_encode($this->data).'</base64>';
}