IXR_Request::getLength() WordPress Method
The IXR_Request::getLength() method is a useful tool for getting the length of an XML-RPC request. This can be useful for debugging purposes, or for determining the size of a request before sending it.
IXR_Request::getLength() #
Contents
Source
File: wp-includes/IXR/class-IXR-request.php
function getLength()
{
return strlen($this->xml);
}
Expand full source codeCollapse full source codeView on TracView on GitHub