Свойство | Type | Description | |
---|---|---|---|
$cert | |||
$certpass | |||
$debug | |||
$errno | |||
$errstring | |||
$password | |||
$path | |||
$port | |||
$server | |||
$username |
Méthode | Description | |
---|---|---|
send ( $msg, $timeout, $method = 'http' ) | ||
sendPayloadHTTP10 ( $msg, $server, $port, $timeout, $username = "", $password = "" ) | ||
sendPayloadHTTPS ( $msg, $server, $port, $timeout, $username = "", $password = "", $cert = "", $certpass = "" ) | requires curl to be built into PHP | |
setCertificate ( $cert, $certpass ) | ||
setCredentials ( $u, $p ) | ||
setDebug ( $in ) | ||
xmlrpc_client ( $path, $server, $port ) |
public sendPayloadHTTP10 ( $msg, $server, $port, $timeout, $username = "", $password = "" ) |
public sendPayloadHTTPS ( $msg, $server, $port, $timeout, $username = "", $password = "", $cert = "", $certpass = "" ) |