0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
tests
/
xmlrpc
/
[
Home
]
File: xmlrpc_utils.php
<?php // $Id: xmlrpc_utils.php 7181 2009-10-05 14:25:48Z vargenau $ // This file has moved. keeping below for legacy compat reasons. include_once("../../lib/XMLRPC/utils.php"); function xi_format($value) { include_once("./xmlrpc-introspect.php"); return format_describe_methods_result($value); } ?>