IXR_ClientMulticall::IXR_ClientMulticall() WordPress Method
This is the IXR_ClientMulticall class. It provides a way to make multiple XML-RPC calls in a single request. This can be useful when you need to make several different calls and don't want to wait for each one to complete before making the next.
IXR_ClientMulticall::IXR_ClientMulticall( $server, $path = false, $port = 80 ) #
PHP4 constructor.
Source
File: wp-includes/IXR/class-IXR-clientmulticall.php
public function IXR_ClientMulticall( $server, $path = false, $port = 80 ) { self::__construct( $server, $path, $port ); }
Expand full source codeCollapse full source codeView on TracView on GitHub