W3cubDocs

/WordPress

IXR_ClientMulticall::__construct( $server, $path = false, $port = 80 )

PHP5 constructor.

Source

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

function __construct( $server, $path = false, $port = 80 )
    {
        parent::IXR_Client($server, $path, $port);
        $this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
    }

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/ixr_clientmulticall/__construct