IXR_Client::IXR_Client( $server, $path = false, $port = 80, $timeout = 15 )
PHP4 constructor.
Description
Source
File: wp-includes/IXR/class-IXR-client.php
public function IXR_Client( $server, $path = false, $port = 80, $timeout = 15 ) { self::__construct( $server, $path, $port, $timeout ); }