PHP Class XML_RPC_Client, TastyIgniter

Afficher le fichier Open project: tastyigniter/tastyigniter Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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
Résultat void

send() public méthode

Send message
public send ( mixed $msg ) : object
$msg mixed
Résultat object

sendPayload() public méthode

Send payload
public sendPayload ( object $msg ) : object
$msg object
Résultat object

Property Details

$errno public_oe property

Error number
public string $errno
Résultat string

$errstring public_oe property

Error message
public string $errstring
Résultat string

$no_multicall public_oe property

No Multicall flag
public bool $no_multicall
Résultat boolean

$password public_oe property

Server password
public string $password
Résultat string

$path public_oe property

Path
public string $path
Résultat string

$port public_oe property

Server port
public int $port
Résultat integer

$proxy public_oe property

Proxy hostname
public string $proxy
Résultat string

$proxy_port public_oe property

Proxy port
public int $proxy_port
Résultat integer

$server public_oe property

Server hostname
public string $server
Résultat string

$timeout public_oe property

Timeout in seconds
public int $timeout
Résultat integer

$username public_oe property

Server username
public string $username
Résultat string