Méthode |
Description |
|
Factory ( $mdefs, $debug, $verbose = FALSE ) : object, |
Factory, create object instance |
|
XR_CcClient ( $mdefs, $debug, $verbose = FALSE ) : this |
Constructor - pelase DON'T CALL IT, use factory method instead |
|
callMethod ( $method, $gettedPars ) : array, |
XMLRPC methods wrapper
Encode XMLRPC request message, send it, receive and decode response. |
|
ping ( $sessid = null ) : boolean | PEAR_Error |
Test whether the Campcaster server is reachable or not
Uses xr_getVersion() to check communication and xr_loadPref
to validate the session id |
|