IXR_Client::IXR_Client
PHP4 constructor.
Method of the class: IXR_Client{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Client = new IXR_Client(); $IXR_Client->IXR_Client( $server, $path, $port, $timeout );
- $server(required)
- .
- $path
- .
Default:false - $port
- .
Default:80 - $timeout
- .
Default:15
IXR_Client::IXR_Client() IXR Client::IXR Client code WP 7.0.2
public function IXR_Client( $server, $path = false, $port = 80, $timeout = 15 ) {
self::__construct( $server, $path, $port, $timeout );
}