IXR_Request::getLength()publicWP 1.0

Method of the class: IXR_Request{}

No Hooks.

Return

null. Nothing (null).

Usage

$IXR_Request = new IXR_Request();
$IXR_Request->getLength();

IXR_Request::getLength() code WP 6.4.3

function getLength()
{
    return strlen($this->xml);
}