Class: xmlrpc_client
Source Location: /blogs/inc/_misc/ext/_xmlrpc.php
Class xmlrpc_client
Class Overview
|
Located in /blogs/inc/_misc/ext/_xmlrpc.php [line 1011] |
[ Top ]
Property Summary
| mixed | $cert | |
| mixed | $certpass | |
| mixed | $debug | |
| mixed | $errno | |
| mixed | $errstr | |
| mixed | $no_multicall | |
| mixed | $password | |
| mixed | $path | |
| mixed | $port | |
| mixed | $server | |
| mixed | $username | |
| mixed | $verifyhost | |
| mixed | $verifypeer |
[ Top ]
Method Summary
| xmlrpc_client | xmlrpc_client() | |
| void | multicall() | |
| void | send() | |
| void | sendPayloadHTTP10() | |
| void | sendPayloadHTTPS() | |
| void | setCertificate() | |
| void | setCredentials() | |
| void | setDebug() | |
| void | setSSLVerifyHost() | |
| void | setSSLVerifyPeer() | |
| void | _try_multicall() |
[ Top ]
Methods
Constructor xmlrpc_client [line 1027]
|
| $path: | ||
| $server: | ||
| $port: |
[ Top ]
multicall [line 1248]
|
| $msgs: | ||
| $timeout: | ||
| $method: |
[ Top ]
send [line 1069]
|
| $msg: | ||
| $timeout: | ||
| $method: |
[ Top ]
sendPayloadHTTP10 [line 1097]
|
| $msg: | ||
| $server: | ||
| $port: | ||
| $timeout: | ||
| $username: | ||
| $password: |
[ Top ]
sendPayloadHTTPS [line 1168]
|
| $msg: | ||
| $server: | ||
| $port: | ||
| $timeout: | ||
| $username: | ||
| $password: | ||
| $cert: | ||
| $certpass: |
[ Top ]
setCertificate [line 1050]
|
| $cert: | ||
| $certpass: |
[ Top ]
