CakeFest 2024: The Official CakePHP Conference

はじめに

これらの関数を使うと、XML-RPCサーバーおよびクライアントを書くことができます。 XML-RPCに関する詳細な情報については、 » http://www.xmlrpc.com/ を参照ください。 そして、この拡張モジュールと関数に関する詳細なドキュメントについては、 » http://xmlrpc-epi.sourceforge.net/を参照ください。

警告

この拡張モジュールは、 実験的 なものです。この拡張モジュールの動作・ 関数名・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 このモジュールは自己責任で使用してください。

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