+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
/**********************************************************************
* BUGS: *
* - when calling a php user function, there appears to be no way to *
}
}
-/* {{{ proto void xmlrpc_server_destroy(handle server)
+/* {{{ proto int xmlrpc_server_destroy(handle server)
Destroys server resources */
PHP_FUNCTION(xmlrpc_server_destroy)
{
RETURN_STRING((char*) xmlrpc_type_as_str(type, vtype), 1);
}
-/* {{{ proto string xmlrpc_is_fault(array)
+/* {{{ proto bool xmlrpc_is_fault(array)
Determines if an array value represents an XMLRPC fault. */
PHP_FUNCTION(xmlrpc_is_fault)
{