XML_RPC_Base | --XML_RPC_Message
[line 1120]
[line 1137]
[line 1142]
[line 1148]
[line 1155]
[line 1162]
[line 1131]
Defaults to the value of $GLOBALS['XML_RPC_defencoding']
void XML_RPC_Message( $meth, [ $pars = 0])
void addParam( $par)
void createPayload( )
Part of the process makes sure all line endings are in DOS format (CRLF), which is probably required by specifications.
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( [ $meth = ''])
object a parseResponse( [ $data = ''])
object a parseResponseFile( $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'].