ref xmlrpc


XML-RPC functionsPodręcznik PHPPoprzedniNastępnyCVIII. XML-RPC functionsWprowadzenie 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 it's functions at http://xmlrpc-epi.sourceforge.net/. OstrzeżenieTen moduł jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie tych funkcji, ich nazwy, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tego modułu na własne ryzyko.WymaganiaTe funkcje są częścią modułu podstawowego, dlatego są zawsze dostępne.Instalacja 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. Konfiguracja startowa The behaviour of these functions is affected by settings in php.ini. Tabela 1. XML-RPC configuration optionsNameDefaultChangeablexmlrpc_errors"0"PHP_INI_SYSTEMxmlrpc_error_number"0"PHP_INI_ALL For further details and definition of the PHP_INI_* constants see ini_set(). Typy zasobówTo rozszerzenie nie definiuje żadnych rodzajów zasobów.Predefiniowane stałeTo rozszerzenie nie definiuje żadnych stałych.Spis treścixmlrpc_decode_request -- Decodes XML into native PHP typesxmlrpc_decode -- Decodes XML into native PHP typesxmlrpc_encode_request -- Generates XML for a method requestxmlrpc_encode -- Generates XML for a PHP valuexmlrpc_get_type -- Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime stringsxmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptionsxmlrpc_server_add_introspection_data -- Adds introspection documentationxmlrpc_server_call_method -- Parses XML requests and call methodsxmlrpc_server_create -- Creates an xmlrpc serverxmlrpc_server_destroy -- Destroys server resourcesxmlrpc_server_register_introspection_callback -- Register a PHP function to generate documentationxmlrpc_server_register_method -- Register a PHP function to resource method matching method_namexmlrpc_set_type -- Sets xmlrpc type, base64 or datetime, for a PHP string valuePoprzedniSpis treściNastępnyxml_set_unparsed_entity_decl_handlerPoczątek rozdziałuxmlrpc_decode_request

Wyszukiwarka