XML_RPC_Base | --XML_RPC_Message
[line 1103]
[line 1120]
[line 1125]
[line 1131]
[line 1114]
Defaults to the value of $GLOBALS['XML_RPC_defencoding']
void XML_RPC_Message( mixed $meth, [mixed $pars = 0])
void addParam( mixed $par)
void createPayload( )
string getEncoding( string $data)
If the encoding parameter is not set or is not ISO-8859-1, UTF-8 or US-ASCII, $XML_RPC_defencoding will be returned.
int getNumParams( )
object the getParam( int $i)
string method( [mixed $meth = ''])
object a parseResponse( [mixed $data = ''])
object a parseResponseFile( mixed $fp)
string serialize( )
void setSendEncoding( string $type)
string xml_footer( )
string xml_header( )
The encoding is determined by this class' $send_encoding property. If the $send_encoding property is not set, use $GLOBALS['XML_RPC_defencoding'].