IXR_Server::IXR_Server()publicWP 1.0

PHP4 constructor.

Method of the class: IXR_Server{}

No Hooks.

Return

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.5.2

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