WPDev.one
Core Class

IXR_Client

class IXR_Client // Constructor: function Object() { [native code] }

IXR_Client

Methods 7 methods

Method / Return Description
__construct()
void

PHP5 constructor.

Parameters: $server: mixed, $path: mixed, $port: mixed, $timeout: mixed
IXR_Client()
void

PHP4 constructor.

Parameters: $server: mixed, $path: mixed, $port: mixed, $timeout: mixed
query()
bool

No description available.

Parameters: $args: mixed
getResponse()
void

No description available.

isError()
void

No description available.

getErrorCode()
void

No description available.

getErrorMessage()
void

No description available.

Properties

Property / Type Description
$server
mixed
public
No description available.
$port
mixed
public
No description available.
$path
mixed
public
No description available.
$useragent
mixed
public
No description available.
$response
mixed
public
No description available.
$message
mixed
public
No description available.
$debug
mixed
public
No description available.
$timeout
mixed
public
No description available.
$headers
mixed
public
No description available.
$error
mixed
public
No description available.

Class Information

Since Version
1.5.0
Source File
wp-includes/IXR/class-IXR-client.php
Advertisement