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 430)

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 380)

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 67)
void _xmlrpcs_getCapabilities ( $server, [ $m = null])
  • $server
  • $m
_xmlrpcs_listMethods (line 85)
void _xmlrpcs_listMethods ( $server, [ $m = null])
  • $server
  • $m
_xmlrpcs_methodHelp (line 159)
void _xmlrpcs_methodHelp ( $server,  $m)
  • $server
  • $m
_xmlrpcs_methodSignature (line 106)
void _xmlrpcs_methodSignature ( $server,  $m)
  • $server
  • $m
_xmlrpcs_multicall (line 315)
void _xmlrpcs_multicall ( $server,  $m)
  • $server
  • $m
_xmlrpcs_multicall_do_call (line 218)
void _xmlrpcs_multicall_do_call ( $server,  $call)
  • $server
  • $call
_xmlrpcs_multicall_do_call_phpvals (line 271)
void _xmlrpcs_multicall_do_call_phpvals ( $server,  $call)
  • $server
  • $call
_xmlrpcs_multicall_error (line 200)
void _xmlrpcs_multicall_error ( $err)
  • $err

Documentation generated on Sat, 14 Nov 2009 11:23:34 +0000 by phpDocumentor 1.3.1