IXR_ClientMulticall::IXR_ClientMulticall( $server, $path = false, $port = 80 )
PHP4 constructor.
Contents
Description Description
Source 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 code Collapse full source code View on Trac