xmlrpc_example_manyTypesTest

Versions
4.7 – 7
xmlrpc_example_manyTypesTest($args)

Code

developer/examples/xmlrpc_example.module, line 57

<?php
function xmlrpc_example_manyTypesTest($args) {
  $timestamp = mktime($args[4]->hour, $args[4]->minute, $args[4]->second, $args[4]->month, $args[4]->day, $args[4]->year);
  return array($args[0], $args[1], $args[2], $args[3], xmlrpc_date($timestamp), xmlrpc_base64($args[5]));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.