Chapter 9. Helper functions

Table of Contents

1. Date functions
1.1. iso8601_encode
1.2. iso8601_decode
2. Easy use with nested PHP values
2.1. php_xmlrpc_decode
2.2. php_xmlrpc_encode
3. Automatic conversion of php functions into xmlrpc methods (and vice versa)
3.1. wrap_xmlrpc_method
3.2. wrap_php_function
4. Functions removed from the library
4.1. xmlrpc_decode
4.2. xmlrpc_encode
5. Debugging aids
5.1. xmlrpc_debugmsg

XML-RPC for PHP contains some helper functions which you can use to make processing of XML-RPC requests easier.