PHP Extensions--xml-rpc

Source: Internet
Author: User

I. Overview and Installation

These functions are used to write XML-RPC servers and clients, and want to know more about the http://www.xmlrpc.com, as well as http://xmlrpc-epi.sourceforge.net.

This extension requires Libxml PHP extensions. This indicates the need to use--enable-libxml, although this is implicitly done because Libxml is turned on by default.

By default, XML-RPC support is not available in PHP. You need to compile PHP with--with-xmlrpc[=dir] configuration options to be able to use XML-RPC support. This extension is included with PHP 4.1.0.

Second, correlation function

xmlrpc_decode_request-decoding XML as the type of PHP itself

xmlrpc_decode-decoding XML as the type of PHP itself

xmlrpc_encode_request-generating XML for PHP values

xmlrpc_encode-generating XML for PHP values

Xmlrpc_get_type-gets the type of XMLRPC for the value of PHP

Xmlrpc_is_fault-determines If an array value represents an XMLRPC fault

xmlrpc_parse_method_descriptions-decoding XML into a list of method descriptions

xmlrpc_server_add_introspection_data-adding a self-describing document

xmlrpc_server_call_method-parsing XML Request Simultaneous call method

xmlrpc_server_create-Creating a XMLRPC server

xmlrpc_server_destroy-destroying service-side resources

xmlrpc_server_register_introspection_callback-registering a PHP function to generate a document

xmlrpc_server_register_method-register a PHP function to match the Xmlrpc method name

xmlrpc_set_type-set Xmlrpc type, base64, or DateTime for a PHP string value

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.