b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 1.10) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Class: xmlrpc_client

Source Location: /blogs/inc/_misc/ext/_xmlrpc.php

Class xmlrpc_client

Property Summary
mixed   $cert  
mixed   $certpass  
mixed   $debug  
mixed   $errno  
mixed   $errstr  
mixed   $no_multicall  
mixed   $password  
mixed   $path  
mixed   $port  
mixed   $server  
mixed   $username  
mixed   $verifyhost  
mixed   $verifypeer  

[ Top ]
Method Summary
xmlrpc_client   xmlrpc_client()  
void   multicall()  
void   send()  
void   sendPayloadHTTP10()  
void   sendPayloadHTTPS()  
void   setCertificate()  
void   setCredentials()  
void   setDebug()  
void   setSSLVerifyHost()  
void   setSSLVerifyPeer()  
void   _try_multicall()  

[ Top ]
Properties
mixed   $cert = '' [line 1021]

[ Top ]
mixed   $certpass = '' [line 1022]

[ Top ]
mixed   $debug [line 1018]

[ Top ]
mixed   $errno [line 1016]

[ Top ]
mixed   $errstr [line 1017]

[ Top ]
mixed   $no_multicall = false [line 1025]

[ Top ]
mixed   $password = '' [line 1020]

[ Top ]
mixed   $path [line 1013]

[ Top ]
mixed   $port [line 1015]

[ Top ]
mixed   $server [line 1014]

[ Top ]
mixed   $username = '' [line 1019]

[ Top ]
mixed   $verifyhost = 1 [line 1024]

[ Top ]
mixed   $verifypeer = 1 [line 1023]

[ Top ]
Methods
Constructor xmlrpc_client  [line 1027]

  xmlrpc_client xmlrpc_client( $path, $server, [ $port = 0]  )

Parameters:
   $path: 
   $server: 
   $port: 


[ Top ]
multicall  [line 1248]

  void multicall( $msgs, [ $timeout = 0], [ $method = 'http']  )

Parameters:
   $msgs: 
   $timeout: 
   $method: 


[ Top ]
send  [line 1069]

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

Parameters:
   $msg: 
   $timeout: 
   $method: 


[ Top ]
sendPayloadHTTP10  [line 1097]

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

Parameters:
   $msg: 
   $server: 
   $port: 
   $timeout: 
   $username: 
   $password: 


[ Top ]
sendPayloadHTTPS  [line 1168]

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

Parameters:
   $msg: 
   $server: 
   $port: 
   $timeout: 
   $username: 
   $password: 
   $cert: 
   $certpass: 


[ Top ]
setCertificate  [line 1050]

  void setCertificate( $cert, $certpass  )

Parameters:
   $cert: 
   $certpass: 


[ Top ]
setCredentials  [line 1044]

  void setCredentials( $u, $p  )

Parameters:
   $u: 
   $p: 


[ Top ]
setDebug  [line 1032]

  void setDebug( $in  )

Parameters:
   $in: 


[ Top ]
setSSLVerifyHost  [line 1061]

  void setSSLVerifyHost( $i  )

Parameters:
   $i: 


[ Top ]
setSSLVerifyPeer  [line 1056]

  void setSSLVerifyPeer( $i  )

Parameters:
   $i: 


[ Top ]
_try_multicall  [line 1285]

  void _try_multicall( $msgs, $timeout, $method  )

Parameters:
   $msgs: 
   $timeout: 
   $method: 


[ Top ]

Documentation generated on Tue, 20 May 2008 01:47:52 +0200 by phpDocumentor 1.4.2