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

Class: XML_RPC_Client

Source Location: /XML_RPC-1.2.0RC1/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 425]


Type:   mixed


[ Top ]

$errno =

[line 423]


Type:   mixed


[ Top ]

$errstring =

[line 424]


Type:   mixed


[ Top ]

$password =  ''

[line 427]


Type:   mixed


[ Top ]

$path =

[line 420]


Type:   mixed


[ Top ]

$port =

[line 422]


Type:   mixed


[ Top ]

$server =

[line 421]


Type:   mixed


[ Top ]

$username =  ''

[line 426]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Client (Constructor)   [line 429]

XML_RPC_Client XML_RPC_Client( $path, $server, [ $port = 80], [ $proxy = ''], [ $proxy_port = 8080], [ $proxy_user = ''], [ $proxy_pass = ''])


Parameters:

   $path   — 
   $server   — 
   $port   — 
   $proxy   — 
   $proxy_port   — 
   $proxy_user   — 
   $proxy_pass   — 

[ Top ]

send   [line 457]

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


Parameters:

   $msg   — 
   $timeout   — 

[ Top ]

sendPayloadHTTP10   [line 466]

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


Parameters:

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

[ Top ]

setCredentials   [line 451]

void setCredentials( $u, $p)


Parameters:

   $u   — 
   $p   — 

[ Top ]

setDebug   [line 442]

void setDebug( $in)


Parameters:

   $in   — 

[ Top ]


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