XML_RPC_Base | --XML_RPC_Client
[line 691]
[line 679]
[line 685]
[line 697]
[line 639]
[line 603]
[line 625]
The default is 80 for http:// connections and 443 for https:// and ssl:// connections.
[line 615]
[line 645]
[line 673]
[line 661]
The default is 8080 for http:// connections and 443 for https:// and ssl:// connections.
[line 651]
[line 667]
[line 609]
[line 632]
void XML_RPC_Client( string $path, string $server, [integer $port = 0], [string $proxy = ''], [integer $proxy_port = 0], [string $proxy_user = ''], [string $proxy_pass = ''])
boolean createHeaders( object $msg)
object an send( object $msg, [int $timeout = 0])
object an sendPayloadHTTP10( object $msg, string $server, int $port, [int $timeout = 0], [string $username = ''], [string $password = ''])
Requests should be sent using XML_RPC_Client send() rather than calling this method directly.
void setAutoBase64( int $in)
This is is a workaround for systems that don't have PHP's mbstring extension available.
void setCredentials( string $u, string $p)
void setDebug( int $in)