IXR_Server::IXR_Server

Advertisement

Summery Summery

PHP4 constructor.

Syntax Syntax

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

Source Source

File: wp-includes/IXR/class-IXR-server.php

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

Advertisement

Advertisement

Leave a Reply