PHP Class XML_RPC_Client, TastyIgniter

Mostra file Open project: tastyigniter/tastyigniter Class Usage Examples

Public Properties

Property Type Description
$errno string Error number
$errstring string Error message
$no_multicall boolean No Multicall flag
$password string Server password
$path string Path
$port integer Server port
$proxy string Proxy hostname
$proxy_port integer Proxy port
$server string Server hostname
$timeout integer Timeout in seconds
$username string Server username

Public Methods

Method Description
__construct ( string $path, object $server, integer $port = 80, string $proxy = FALSE, integer $proxy_port = 8080 ) : void Constructor
send ( mixed $msg ) : object Send message
sendPayload ( object $msg ) : object Send payload

Method Details

__construct() public method

Constructor
public __construct ( string $path, object $server, integer $port = 80, string $proxy = FALSE, integer $proxy_port = 8080 ) : void
$path string
$server object
$port integer
$proxy string
$proxy_port integer
return void

send() public method

Send message
public send ( mixed $msg ) : object
$msg mixed
return object

sendPayload() public method

Send payload
public sendPayload ( object $msg ) : object
$msg object
return object

Property Details

$errno public_oe property

Error number
public string $errno
return string

$errstring public_oe property

Error message
public string $errstring
return string

$no_multicall public_oe property

No Multicall flag
public bool $no_multicall
return boolean

$password public_oe property

Server password
public string $password
return string

$path public_oe property

Path
public string $path
return string

$port public_oe property

Server port
public int $port
return integer

$proxy public_oe property

Proxy hostname
public string $proxy
return string

$proxy_port public_oe property

Proxy port
public int $proxy_port
return integer

$server public_oe property

Server hostname
public string $server
return string

$timeout public_oe property

Timeout in seconds
public int $timeout
return integer

$username public_oe property

Server username
public string $username
return string