b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: main ] [ index: main ] [ all elements ]

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]

void xmlrpc_debugmsg( string $m  )

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]

void _xmlrpcs_errorHandler( $errcode, $errstring, [ $filename = null], [ $lineno = null], [ $context = null]  )

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]

void _xmlrpcs_getCapabilities( $server, [ $m = null]  )
Parameters:
   $server: 
   $m: 


[ Top ]
_xmlrpcs_listMethods  [line 84]

void _xmlrpcs_listMethods( $server, [ $m = null]  )
Parameters:
   $server: 
   $m: 


[ Top ]
_xmlrpcs_methodHelp  [line 158]

void _xmlrpcs_methodHelp( $server, $m  )
Parameters:
   $server: 
   $m: 


[ Top ]
_xmlrpcs_methodSignature  [line 105]

void _xmlrpcs_methodSignature( $server, $m  )
Parameters:
   $server: 
   $m: 


[ Top ]
_xmlrpcs_multicall  [line 314]

void _xmlrpcs_multicall( $server, $m  )
Parameters:
   $server: 
   $m: 


[ Top ]
_xmlrpcs_multicall_do_call  [line 217]

void _xmlrpcs_multicall_do_call( $server, $call  )
Parameters:
   $server: 
   $call: 


[ Top ]
_xmlrpcs_multicall_do_call_phpvals  [line 270]

void _xmlrpcs_multicall_do_call_phpvals( $server, $call  )
Parameters:
   $server: 
   $call: 


[ Top ]
_xmlrpcs_multicall_error  [line 199]

void _xmlrpcs_multicall_error( $err  )
Parameters:
   $err: 


[ Top ]


Documentation generated on Sat, 06 Mar 2010 03:43:27 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).