PHP Functions : XML-RPC Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions XML RPC Functions
Help URL: http://www.php.net/manual/en/ref.xmlrpc.php
Items Related to XML-RPC Functions
Inner Elements of XML-RPC Functions
XML-RPC Functions contains following items:
- xmlrpc_decode_request (xmlrpc decode request)
- xmlrpc_decode (xmlrpc decode)
- xmlrpc_encode_request (xmlrpc encode request)
- xmlrpc_encode (xmlrpc encode)
- xmlrpc_get_type (xmlrpc get type)
- xmlrpc_is_fault (xmlrpc is fault)
- xmlrpc_parse_method_descriptions (xmlrpc parse method descriptions)
- xmlrpc_server_add_introspection_data (xmlrpc server add introspection data)
- xmlrpc_server_call_method (xmlrpc server call method)
- xmlrpc_server_create (xmlrpc server create)
- xmlrpc_server_destroy (xmlrpc server destroy)
- xmlrpc_server_register_introspection_callback (xmlrpc server register introspection callback)
- xmlrpc_server_register_method (xmlrpc server register method)
- xmlrpc_set_type (xmlrpc set type)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|