IXR_Client::IXR_Client( $server,  $path = false,  $port = 80,  $timeout = 15 )

In this article

PHP4 constructor.

Source

public function IXR_Client( $server, $path = false, $port = 80, $timeout = 15 ) {
	self::__construct( $server, $path, $port, $timeout );
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.