Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Unknown

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/phpxmlrpc/xmlrpcs.php

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

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

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_listMethods (line 45)
void _xmlrpcs_listMethods ( $server, [ $m = null])
  • $server
  • $m
_xmlrpcs_methodHelp (line 119)
void _xmlrpcs_methodHelp ( $server,  $m)
  • $server
  • $m
_xmlrpcs_methodSignature (line 66)
void _xmlrpcs_methodSignature ( $server,  $m)
  • $server
  • $m
_xmlrpcs_multicall (line 276)
void _xmlrpcs_multicall ( $server,  $m)
  • $server
  • $m
_xmlrpcs_multicall_do_call (line 179)
void _xmlrpcs_multicall_do_call ( $server,  $call)
  • $server
  • $call
_xmlrpcs_multicall_do_call_phpvals (line 232)
void _xmlrpcs_multicall_do_call_phpvals ( $server,  $call)
  • $server
  • $call
_xmlrpcs_multicall_error (line 161)
void _xmlrpcs_multicall_error ( $err)
  • $err

Documentation generated on Mon, 05 Mar 2007 21:32:46 +0000 by phpDocumentor 1.3.1