PHP 8.5.0 Beta 1 available for testing

Voting

: five plus three?
(Example: nine)

The Note You're Voting On

Anonymous
19 years ago
This XML-RPC Service makes the use XML-RPC very esay.

<?php

/**
* function myfun() returns
*@return array
*/
function myfunc(){
return
$some_array;
}

$ws = new XML_RPC_Server();
$ws->registerFunction('myfunc');
$ws->run();

?>

http://www.pure-php.de/node/31

It creates also a simple docu.
http://www.pure-php.com/php/service.php?doc

<< Back to user notes page

To Top