Procedural File: _xmlrpcs.inc.php
Source Location: /blogs/inc/_ext/xmlrpc/_xmlrpcs.inc.php
Page Details
| Filesource: | Source Code for this file |
Classes
| Class | Description |
|---|---|
| xmlrpc_server |
Functions
xmlrpc_debugmsg [line 429]
|
Add a string to the debug info that can be later seralized by the server as part of the response message.
Note that for best compatbility, the debug string should be encoded using the $GLOBALS['xmlrpc_internalencoding'] character set.
Parameters:| string | $m: |
API Tags:
| Access: | public |
[ Top ]
_xmlrpcs_errorHandler [line 379]
|
Error handler used to track errors that occur during server-side execution of PHP code.
This allows to report back to the client whether an internal error has occurred or not using an xmlrpc response object, instead of letting the client deal with the html junk that a PHP execution error on the server generally entails.
NB: in fact a user defined error handler can only handle WARNING, NOTICE and USER_* errors.
Parameters:| $errcode: | ||
| $errstring: | ||
| $filename: | ||
| $lineno: | ||
| $context: |
[ Top ]
_xmlrpcs_getCapabilities [line 66]
_xmlrpcs_listMethods [line 84]
_xmlrpcs_methodHelp [line 158]
_xmlrpcs_methodSignature [line 105]
_xmlrpcs_multicall [line 314]
_xmlrpcs_multicall_do_call [line 217]
_xmlrpcs_multicall_do_call_phpvals [line 270]
