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

PHP4 constructor.


Description Description


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

Top ↑

User Contributed Notes User Contributed Notes

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