IXR_Request::getLength
Method of the class: IXR_Request{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Request = new IXR_Request(); $IXR_Request->getLength();
IXR_Request::getLength() IXR Request::getLength code WP 7.0
function getLength()
{
return strlen($this->xml);
}