IXR_Request::getLength() –

You appear to be a bot. Output may be restricted

Description

Usage

IXR_Request::getLength();

Parameters

Returns

void

Source

File name: wordpress/wp-includes/IXR/class-IXR-request.php
Lines:

1 to 4 of 4
    function getLength()
    {
        return strlen($this->xml);
    }
 

 View on GitHub View on Trac