Support Joomla!

Packages

Package: Unknown

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

File/phpxmlrpc/xmlrpcs.php

Description
Classes
Class Description
 class xmlrpc_server
Functions
xmlrpc_debugmsg (line 427)

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.

  • access: public
void xmlrpc_debugmsg (string $m)
  • string $m
_xmlrpcs_errorHandler (line 377)

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.

void _xmlrpcs_errorHandler ( $errcode,  $errstring, [ $filename = null], [ $lineno = null], [ $context = null])
  • $errcode
  • $errstring
  • $filename
  • $lineno
  • $context
_xmlrpcs_getCapabilities (line 64)
void _xmlrpcs_getCapabilities ( $server, [ $m = null])
  • $server
  • $m
_xmlrpcs_listMethods (line 82)
void _xmlrpcs_listMethods ( $server, [ $m = null])
  • $server
  • $m
_xmlrpcs_methodHelp (line 156)
void _xmlrpcs_methodHelp ( $server,  $m)
  • $server
  • $m
_xmlrpcs_methodSignature (line 103)
void _xmlrpcs_methodSignature ( $server,  $m)
  • $server
  • $m
_xmlrpcs_multicall (line 312)
void _xmlrpcs_multicall ( $server,  $m)
  • $server
  • $m
_xmlrpcs_multicall_do_call (line 215)
void _xmlrpcs_multicall_do_call ( $server,  $call)
  • $server
  • $call
_xmlrpcs_multicall_do_call_phpvals (line 268)
void _xmlrpcs_multicall_do_call_phpvals ( $server,  $call)
  • $server
  • $call
_xmlrpcs_multicall_error (line 197)
void _xmlrpcs_multicall_error ( $err)
  • $err

Documentation generated on Mon, 22 Sep 2008 12:18:13 +0100 by phpDocumentor 1.3.1