Forum und email

XML-RPC Functions

介紹

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

Warning

這個延伸是實驗性質的。這個延伸的行為 -- 包括函數名稱和包含此延伸的任何其它文件 -- 在未來PHP的發行中可能會在不通知的情況改變。使用此延伸需自行承擔風險。

需求

建立這個延伸不需要任何外部程式庫。

安裝

XML-RPC support in PHP is not enabled by default. You will need to use the --with-xmlrpc[=DIR] configuration option when compiling PHP to enable XML-RPC support. This extension is bundled into PHP as of 4.1.0.

執行時期組態

php.ini中的設定會影響這些函數的行為。

XML-RPC configuration options
Name Default Changeable Changelog
xmlrpc_errors "0" PHP_INI_SYSTEM Available since PHP 4.1.0.
xmlrpc_error_number "0" PHP_INI_ALL Available since PHP 4.1.0.
For further details and definitions of the PHP_INI_* constants, see the php.ini directives.

資源類型

This extension defines a XML-RPC server resource returned by xmlrpc_server_create().

預先定義常數

這個延伸沒有定義任何常數。

Table of Contents