PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
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/.
Varovanie |
Toto rozšírenie je EXPERIMENTÁLNE. Správanie tohto rozšírenia, vrátane názvov funkcií a všetkého ostatného, čo tu je zdokumentované, sa v budúcnosti môže bez ohlásenia zmeniť. Majte to na pamäti a používajte toto rozšírenie iba na vlastné nebezpečentsvo. |
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.
Správanie of these functions je affected by settings in php.ini.
Tabuľka 1. XML-RPC configuration options
Name | Default | Changeable |
---|---|---|
xmlrpc_errors | "0" | PHP_INI_SYSTEM |
xmlrpc_error_number | "0" | PHP_INI_ALL |
Predchádzajúci | Domov | Nasledujúci |
xml_set_unparsed_entity_decl_handler | Hore | xmlrpc_decode_request |