Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This is the complete list of members for PhpXmlRpc\Server, including all inherited members.
$_xmlrpc_debuginfo (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | protectedstatic |
$_xmlrpcs_occurred_errors (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | protectedstatic |
$_xmlrpcs_prev_ehandler (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | protectedstatic |
$accepted_compression | PhpXmlRpc\Server | protected |
$allow_system_funcs | PhpXmlRpc\Server | protected |
$compress_response | PhpXmlRpc\Server | protected |
$debug | PhpXmlRpc\Server | protected |
$debug_info | PhpXmlRpc\Server | protected |
$dmap | PhpXmlRpc\Server | protected |
$exception_handling | PhpXmlRpc\Server | protected |
$functions_parameters_type | PhpXmlRpc\Server | protected |
$options (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | protectedstatic |
$phpvals_encoding_options | PhpXmlRpc\Server | protected |
$response_charset_encoding | PhpXmlRpc\Server | protected |
$responseClass (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | protectedstatic |
$user_data | PhpXmlRpc\Server | |
__construct($dispatchMap=null, $serviceNow=true) | PhpXmlRpc\Server | |
__get($name) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
__isset($name) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
__set($name, $value) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
__unset($name) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
_xmlrpcs_errorHandler($errCode, $errString, $filename=null, $lineNo=null, $context=null) | PhpXmlRpc\Server | static |
_xmlrpcs_getCapabilities($server, $req=null) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_listMethods($server, $req=null) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_methodHelp($server, $req) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_methodSignature($server, $req) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_multicall($server, $req) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_multicall_do_call($server, $call) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_multicall_do_call_phpvals($server, $call) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
_xmlrpcs_multicall_error($err) (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | static |
add_to_map($methodName, $function, $sig=null, $doc=false, $sigDoc=false, $parametersType=false, $exceptionHandling=false) | PhpXmlRpc\Server | |
addToMap($methodName, $function, $sig=null, $doc=false, $sigDoc=false, $parametersType=false, $exceptionHandling=false) | PhpXmlRpc\Server | |
debugMsg($string) | PhpXmlRpc\Server | protected |
error_occurred($msg) | PhpXmlRpc\Server | static |
execute($req, $params=null, $paramTypes=null) | PhpXmlRpc\Server | protected |
getCapabilities() | PhpXmlRpc\Server | |
getDispatchMap() | PhpXmlRpc\Server | |
getOption($name) | PhpXmlRpc\Server | |
getOptions() | PhpXmlRpc\Server | |
getSystemDispatchMap() | PhpXmlRpc\Server | |
isSyscall($methName) | PhpXmlRpc\Server | protected |
methodNameCallback($methodName, $xmlParser, $parser) | PhpXmlRpc\Server | |
OPT_ACCEPTED_COMPRESSION (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_ALLOW_SYSTEM_FUNCS (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_COMPRESS_RESPONSE (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_DEBUG (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_EXCEPTION_HANDLING (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_FUNCTIONS_PARAMETERS_TYPE (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_PHPVALS_ENCODING_OPTIONS (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
OPT_RESPONSE_CHARSET_ENCODING (defined in PhpXmlRpc\Server) | PhpXmlRpc\Server | |
parseRequest($data, $reqEncoding='') | PhpXmlRpc\Server | |
parseRequestHeaders(&$data, &$reqEncoding, &$respEncoding, &$respCompression) | PhpXmlRpc\Server | protected |
serializeDebug($charsetEncoding='') | PhpXmlRpc\Server | |
service($data=null, $returnPayload=false) | PhpXmlRpc\Server | |
setDebug($level) | PhpXmlRpc\Server | |
setDispatchMap($dmap) | PhpXmlRpc\Server | |
setOption($name, $value) | PhpXmlRpc\Server | |
setOptions($options) | PhpXmlRpc\Server | |
verifySignature($in, $sigs) | PhpXmlRpc\Server | protected |
xml_header($charsetEncoding='') | PhpXmlRpc\Server | protected |
xmlrpc_debugmsg($msg) | PhpXmlRpc\Server | static |