PHP  
downloads | documentation | faq | getting help | | php.net sites | links 
search for in the  
previousxml_set_unparsed_entity_decl_handlerxmlrpc_decodenext
Last updated: Tue, 28 May 2002
view this page in Printer friendly version | English | Brazilian Portuguese | Czech | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Turkish

CIV. XMLRPC functions

Varoitus

Varoitus! T�m� laajennus on EKSPERIMENTAALINEN. T�m�n laajennuksen ominaisuudet, k�ytt�ytyminen ja funktioiden nimet ja parametrit voivat muuttua varoituksetta seuraavissa PHP versioissa.

Sis�llys
xmlrpc_decode -- Decodes XML into native PHP types
xmlrpc_decode_request -- Decodes XML into native PHP types
xmlrpc_encode -- Generates XML for a PHP value
xmlrpc_encode_request -- Generates XML for a method request
xmlrpc_get_type -- Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings
xmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptions
xmlrpc_server_add_introspection_data -- Adds introspection documentation
xmlrpc_server_call_method -- Parses XML requests and call methods
xmlrpc_server_create -- Creates an xmlrpc server
xmlrpc_server_destroy -- Destroys server resources
xmlrpc_server_register_introspection_callback -- Register a PHP function to generate documentation
xmlrpc_server_register_method -- Register a PHP function to resource method matching method_name
xmlrpc_set_type -- Sets xmlrpc type, base64 or datetime, for a PHP string value
User Contributed Notes
XMLRPC functions
add a note about notes

27-Dec-2001 09:01

Refer to the below link for documentation / latest releases of the
package.



07-Jan-2002 11:26

"Latest releases" is a bit redundant, since this extension is
bundled into PHP (as of 4.1.0).  You don't need to download anything from
sourceforge to make this work.  Just compile PHP with the --with-xmlrpc
flag.

The site 
is useful, however, for documentation.


24-Apr-2002 03:05

An alternative XML-RPC implementation is available at  - it's
written in PHP so you can use it on servers for which you don't have the
luxury of rebuilding PHP on.

nic


21-Jun-2002 05:50

For a really easy way to use this XML-RPC extension take a look at

XML-RPC Class Server ()

It automatically creates servers out of PHP classes. Creating clients is
almost as easy, especially with the recent addition of the overload
extension to PHP (see ).

add a note about notes
previousxml_set_unparsed_entity_decl_handlerxmlrpc_decodenext
Last updated: Tue, 28 May 2002
show source | credits | stats | mirror sites:  
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Sat Jul 6 20:06:19 2002 CEST