IXR_Server::IXR_Server( $callbacks = false,  $data = false,  $wait = false )

In this article

PHP4 constructor.

Source

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

User Contributed Notes

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