Procedural File: _xmlrpc.php
Source Location: /blogs/inc/_misc/ext/_xmlrpc.php
Constants
Can we use XML-RPC functionality?
XMLRPC_EPI_ENABLED [line 2165]
Functions
iso8601_decode [line 2096]
void iso8601_decode(
$idate, [ $utc = 0]
)
|
|
Parameters:
iso8601_encode [line 2064]
void iso8601_encode(
$timet, [ $utc = 0]
)
|
|
Parameters:
void logIO(
[ $m = ""], [ $n = ""]
)
|
|
logIO(-)
Parameters:
php_xmlrpc_decode [line 2130]
void php_xmlrpc_decode(
$xmlrpc_val
)
|
|
Parameters:
php_xmlrpc_encode [line 2215]
void php_xmlrpc_encode(
$php_val
)
|
|
**************************************************************
xmlrpc_encode takes native php types and encodes them into * xmlrpc 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) * **************************************************************
Parameters:
void xmlrpc_cd(
$parser, $data
)
|
|
Parameters:
xmlrpc_decode [line 2170]
void xmlrpc_decode(
$xmlrpc_val
)
|
|
Parameters:
xmlrpc_decode_recurse [line 2125]
void xmlrpc_decode_recurse(
$xmlrpc_val
)
|
|
**************************************************************
xmlrpc_decode takes a message in PHP xmlrpc object format and * tranlates it into native PHP types. * * author: Dan Libby (dan@libby.com) * **************************************************************
Parameters:
void xmlrpc_dh(
$parser, $data
)
|
|
Parameters:
void xmlrpc_ee(
$parser, $name
)
|
|
Parameters:
xmlrpc_encode [line 2267]
void xmlrpc_encode(
$php_val
)
|
|
Parameters:
xmlrpc_encode_entitites [line 572]
void xmlrpc_encode_entitites(
$data
)
|
|
Parameters:
xmlrpc_entity_decode [line 269]
void xmlrpc_entity_decode(
$string
)
|
|
To help correct communication of non-ascii chars inside strings, regardless
of the charset used when sending requests, parsing them, sending responses and parsing responses, convert all non-ascii chars present in the message into their equivalent 'charset entity'. Charset entities enumerated this way are independent of the charset encoding used to transmit them, and all XML parsers are bound to understand them.
Parameters:
xmlrpc_html_entity_xlate [line 319]
void xmlrpc_html_entity_xlate(
[ $data = '']
)
|
|
These entities originate from HTML specs (1.1, proposed 2.0, etc), and are taken directly from php-4.3.1/ext/mbstring/html_entities.c.
Until php provides functionality to translate these entities in its core library, use this function.
Parameters:
xmlrpc_lookup_entity [line 298]
void xmlrpc_lookup_entity(
$ent
)
|
|
Parameters:
void xmlrpc_se(
$parser, $name, $attrs
)
|
|
Parameters: