Forum und email

XML-RPC Functions

Úvod

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

Toto rozšírenie je EXPERIMENTÁLNE. Správanie tohto rozšírenia -- vrátane názvov jeho funkcií a hocičoho iného zdokumentovaného o tomto rozšírení -- sa može zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte toto rozšírenie na svoje vlastné riziko.

Požiadavky

Žiadne externé knižnice nie sú potrebné na vybudovanie tohto rozšírenia.

Inštalácia

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.

Runtime Konfigurácia

Správanie tejto funkcie je ovplyvnené nastaveniami v 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.
Pre ďalšie detaily a definície PHP_INI_* konštánt, si pozrite Zoznam php.ini direktív jadra.

Typy zdrojov

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

Preddefinované Konštanty

Toto rozšírenie nemá definované žiadne konštanty.

Table of Contents