IXR_Server::IXR_ServerpublicWP 1.0

PHP4 constructor.

Method of the class: IXR_Server{}

No Hooks.

Returns

null. Nothing (null).

Usage

$IXR_Server = new IXR_Server();
$IXR_Server->IXR_Server( $callbacks, $data, $wait );
$callbacks
.
Default: false
$data
.
Default: false
$wait
.
Default: false

IXR_Server::IXR_Server() code WP 6.8.1

public function IXR_Server( $callbacks = false, $data = false, $wait = false ) {
	self::__construct( $callbacks, $data, $wait );
}