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 );
	}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.