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.
有關 PHP_INI_* 常數進一步的細節與定義參見php.ini directives

資源類型

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

預設常數

本擴充功能未定義任何常數。

Table of Contents