IXR_Base64::getXml()


Description Description


Source Source

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

    function getXml()
    {
        return '<base64>'.base64_encode($this->data).'</base64>';
    }

Top ↑

User Contributed Notes User Contributed Notes

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