apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: XML_RPC_Client

Source Location: /XML_RPC-1.2.0RC2/RPC.php

Class Overview

XML_RPC_Base
   |
   --XML_RPC_Client



Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill

Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_RPC_Base

XML_RPC_Base::raiseError()
PEAR Error handling

Class Details

[line 419]


[ Top ]


Class Variables

$debug =  0

[line 440]


Type:   mixed


[ Top ]

$errno =

[line 438]


Type:   mixed


[ Top ]

$errstring =

[line 439]


Type:   mixed


[ Top ]

$password =  ''

[line 442]


Type:   mixed


[ Top ]

$path =

[line 420]


Type:   mixed


[ Top ]

$port =  80

[line 431]

The port for connecting to the remote server

The default is 80 for http:// connections and 445 for https:// and ssl:// connections.


Type:   integer


[ Top ]

$server =

[line 421]


Type:   mixed


[ Top ]

$username =  ''

[line 441]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Client (Constructor)   [line 460]

void XML_RPC_Client( string $path, string $server, [integer $port = 0], [string $proxy = ''], [integer $proxy_port = 8080], [string $proxy_user = ''], [string $proxy_pass = ''])

Sets the object's properties

Parameters:

string   $path   —  the path and name of the RPC server script you want the request to go to
string   $server   —  the name of the remote server to connect to
integer   $port   —  a port for connecting to the remote server. Defaults to 80 for http:// connections and 445 for https:// and ssl:// connections.
string   $proxy   —  a name of the proxy server to use, if any
integer   $proxy_port   —  a port number for accessing the proxy server
string   $proxy_user   —  a user name for accessing the proxy server
string   $proxy_pass   —  a password for accessing the proxy server

[ Top ]

send   [line 491]

void send( $msg, [ $timeout = 0])


Parameters:

   $msg   — 
   $timeout   — 

[ Top ]

sendPayloadHTTP10   [line 500]

void sendPayloadHTTP10( $msg, $server, $port, [ $timeout = 0], [ $username = ''], [ $password = ''])


Parameters:

   $msg   — 
   $server   — 
   $port   — 
   $timeout   — 
   $username   — 
   $password   — 

[ Top ]

setCredentials   [line 485]

void setCredentials( $u, $p)


Parameters:

   $u   — 
   $p   — 

[ Top ]

setDebug   [line 476]

void setDebug( $in)


Parameters:

   $in   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:12:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.