IXR_Client::IXR_Client() – PHP4 constructor.
You appear to be a bot. Output may be restricted
Description
PHP4 constructor.
Usage
IXR_Client::IXR_Client( $server, $path, $port, $timeout );
Parameters
- $server
- ( mixed ) required –
- $path
- ( mixed ) optional –
- $port
- ( mixed ) optional default: 80 –
- $timeout
- ( mixed ) optional default: 15 –
Returns
void
Source
File name: wordpress/wp-includes/IXR/class-IXR-client.php
Lines:
1 to 3 of 3
public function IXR_Client( $server, $path = false, $port = 80, $timeout = 15 ) { self::__construct( $server, $path, $port, $timeout ); }