簡介

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/.

Warning

本擴充功能是實驗性的。這個擴充功能的行為、名稱、和關於此功能的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。使用本擴充功能需自行承擔風險。

add a note add a note

User Contributed Notes 1 note

up
0
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