Introduzione

These functions can be used to write XML-RPC servers and clients. You can find more information about XML-RPC at » http://www.xmlrpc.com/, and more documentation on this extension and its functions at » http://xmlrpc-epi.sourceforge.net/.

Avviso

Questo modulo è SPERIMENTALE. Ovvero, il comportamento di queste funzioni, i nomi di queste funzioni, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questo modulo è a vostro rischio.

add a note

User Contributed Notes 1 note

up
-4
giunta dot gaetano at gmail dot com
3 years ago
If you have troubles installing the php extension, there is an alternative package which tries to implement the same API as pure-php library and can be installed via Composer: phpxmlrpc/polyfill-xmlrpc
To Top