File: RPC.php
Source Location: /XML_RPC-1.0.4/RPC.php
Page Details:
Includes:
require_once("PEAR.php") [line 24]
XML_RPC_cd [line 321]
void XML_RPC_cd(
mixed $parser, mixed $data)
|
|
XML_RPC_decode [line 1004]
void XML_RPC_decode(
mixed $XML_RPC_val)
|
|
**************************************************************** XML_RPC_decode takes a message in PHP XML_RPC object format and * tranlates it into native PHP types. * * author: Dan Libby (dan@libby.com) * ****************************************************************
XML_RPC_dh [line 349]
void XML_RPC_dh(
mixed $parser, mixed $data)
|
|
XML_RPC_ee [line 205]
void XML_RPC_ee(
mixed $parser, mixed $name)
|
|
XML_RPC_encode [line 1042]
void XML_RPC_encode(
mixed $php_val)
|
|
*************************************************************** XML_RPC_encode takes native php types and encodes them into * XML_RPC PHP object format. * BUG: All sequential arrays are turned into structs. I don't * know of a good way to determine if an array is sequential * only. * * feature creep -- could support more types via optional type * argument. * * author: Dan Libby (dan@libby.com) * ***************************************************************
XML_RPC_entity_decode [line 98]
void XML_RPC_entity_decode(
mixed $string)
|
|
XML_RPC_iso8601_decode [line 983]
void XML_RPC_iso8601_decode(
mixed $idate, [mixed $utc = 0])
|
|
XML_RPC_iso8601_encode [line 957]
void XML_RPC_iso8601_encode(
mixed $timet, [mixed $utc = 0])
|
|
date helpers
XML_RPC_lookup_entity [line 121]
void XML_RPC_lookup_entity(
mixed $ent)
|
|
XML_RPC_se [line 135]
void XML_RPC_se(
mixed $parser, mixed $name, mixed $attrs)
|
|
Documentation generated on Fri, 30 Apr 2004 21:45:23 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|