| [ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
dom_xmlrpc_array_document wraps a PHP array with the DOM XML-RPC API
| Author: | John Heinstein <johnkarl@nbnet.nb.ca> |
| Copyright: | (C) 2004 John Heinstein. All rights reserved |
| License: | http://www.gnu.org/copyleft/lesser.html LGPL License |
| Poids: | 143 lignes (4 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 2 fichiers includes/domit/dom_xmlrpc_utilities.php includes/domit/dom_xmlrpc_constants.php |
dom_xmlrpc_array_document:: (12 méthodes):
dom_xmlrpc_array_document()
getMethodType()
getMethodName()
getParams()
getParam()
getParamCount()
isFault()
getFaultCode()
getFaultString()
getParamType()
toString()
toNormalizedString()
Classe: dom_xmlrpc_array_document - X-Ref
An array of XML-RPC data wrapped in the DOM XML-RPC API| dom_xmlrpc_array_document() X-Ref |
| dom_xmlrpc_array_document constructor |
| getMethodType() X-Ref |
| Returns the method type return: string The method type |
| getMethodName() X-Ref |
| Returns the method name return: string The method name |
| getParams() X-Ref |
| Returns a reference to the params array return: array A reference to the params array |
| getParam($index) X-Ref |
| Returns a reference to the specified param param: int The param index in the params array return: mixed A reference to the param |
| getParamCount() X-Ref |
| Returns the number of params in the params array return: int The number of params in the params array |
| isFault() X-Ref |
| Determines whether the method response is a fault return: boolean True if the method response is a fault |
| getFaultCode() X-Ref |
| Returns the current fault code return: int The current fault code |
| getFaultString() X-Ref |
| Returns the current fault string return: string The current fault string |
| getParamType($param) X-Ref |
| Returns the type of the specified param param: mixed The param to be tested return: string The type of the specified param |
| toString() X-Ref |
| Returns a string representation of the parameters array return: string A string representation of the parameters array |
| toNormalizedString() X-Ref |
| Returns a formatted string representation of the parameters array return: string A formatted string representation of the parameters array |
| Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
|