[ PHPXref.com ] [ Generated: Sun Jul 20 19:31:32 2008 ] [ phpAdsNew 2.0.8 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/libraries/ -> lib-xmlrpc.inc.php (summary)

(no description)

File Size: 2219 lines (58 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 classes

xmlrpc_client:: (11 methods):
  xmlrpc_client()
  setDebug()
  setCredentials()
  setCertificate()
  setSSLVerifyPeer()
  setSSLVerifyHost()
  send()
  sendPayloadHTTP10()
  sendPayloadHTTPS()
  multicall()
  _try_multicall()

xmlrpcresp:: (5 methods):
  xmlrpcresp()
  faultCode()
  faultString()
  value()
  serialize()

xmlrpcmsg:: (11 methods):
  xmlrpcmsg()
  xml_header()
  xml_footer()
  createPayload()
  method()
  serialize()
  addParam()
  getParam()
  getNumParams()
  parseResponseFile()
  parseResponse()

xmlrpcval:: (25 methods):
  xmlrpcval()
  addScalar()
  addArray()
  addStruct()
  dump()
  kindOf()
  serializedata()
  serialize()
  serializeval()
  structmem()
  structreset()
  structeach()
  getval()
  scalarval()
  scalartyp()
  arraymem()
  arraysize()
  iso8601_encode()
  iso8601_decode()
  php_xmlrpc_decode()
  xmlrpc_decode()
  php_xmlrpc_encode()
  xmlrpc_encode()
  phpAds_xmlrpcDecode()
  phpAds_xmlrpcEncode()

Defines 25 functions

  xmlrpc_entity_decode()
  xmlrpc_lookup_entity()
  xmlrpc_html_entity_xlate()
  xmlrpc_encode_entitites()
  xmlrpc_se()
  xmlrpc_ee()
  xmlrpc_cd()
  xmlrpc_dh()

Class: xmlrpc_client  - X-Ref

xmlrpc_client($path, $server, $port=0)   X-Ref
No description

setDebug($in)   X-Ref
No description

setCredentials($u, $p)   X-Ref
No description

setCertificate($cert, $certpass)   X-Ref
No description

setSSLVerifyPeer($i)   X-Ref
No description

setSSLVerifyHost($i)   X-Ref
No description

send($msg, $timeout=0, $method='http')   X-Ref
No description

sendPayloadHTTP10($msg, $server, $port, $timeout=0,$username='', $password='')   X-Ref
No description

sendPayloadHTTPS($msg, $server, $port, $timeout=0,$username='', $password='', $cert='',$certpass='')   X-Ref
No description

multicall($msgs, $timeout=0, $method='http')   X-Ref
No description

_try_multicall($msgs, $timeout, $method)   X-Ref
No description

Class: xmlrpcresp  - X-Ref

xmlrpcresp($val, $fcode = 0, $fstr = '')   X-Ref
No description

faultCode()   X-Ref
No description

faultString()   X-Ref
No description

value()   X-Ref
No description

serialize()   X-Ref
No description

Class: xmlrpcmsg  - X-Ref

xmlrpcmsg($meth, $pars=0)   X-Ref
No description

xml_header()   X-Ref
No description

xml_footer()   X-Ref
No description

createPayload()   X-Ref
No description

method($meth='')   X-Ref
No description

serialize()   X-Ref
No description

addParam($par)   X-Ref
No description

getParam($i)   X-Ref
No description

getNumParams()   X-Ref
No description

parseResponseFile($fp)   X-Ref
No description

parseResponse($data='')   X-Ref
No description

Class: xmlrpcval  - X-Ref

xmlrpcval($val=-1, $type='')   X-Ref
No description

addScalar($val, $type='string')   X-Ref
No description

addArray($vals)   X-Ref
No description

addStruct($vals)   X-Ref
No description

dump($ar)   X-Ref
No description

kindOf()   X-Ref
No description

serializedata($typ, $val)   X-Ref
No description

serialize()   X-Ref
No description

serializeval($o)   X-Ref
No description

structmem($m)   X-Ref
No description

structreset()   X-Ref
No description

structeach()   X-Ref
No description

getval()   X-Ref
No description

scalarval()   X-Ref
No description

scalartyp()   X-Ref
No description

arraymem($m)   X-Ref
No description

arraysize()   X-Ref
No description

iso8601_encode($timet, $utc=0)   X-Ref
No description

iso8601_decode($idate, $utc=0)   X-Ref
No description

php_xmlrpc_decode($xmlrpc_val)   X-Ref
No description

xmlrpc_decode($xmlrpc_val)   X-Ref
No description

php_xmlrpc_encode($php_val)   X-Ref
No description

xmlrpc_encode($php_val)   X-Ref
No description

phpAds_xmlrpcDecode($v)   X-Ref
No description

phpAds_xmlrpcEncode($v)   X-Ref
No description

Functions
Functions that are not part of a class:

xmlrpc_entity_decode($string)   X-Ref
To help correct communication of non-ascii chars inside strings, regardless
of the charset used when sending requests, parsing them, sending responses
and parsing responses, convert all non-ascii chars present in the message
into their equivalent 'charset entity'. Charset entities enumerated this way
are independent of the charset encoding used to transmit them, and all XML
parsers are bound to understand them.


xmlrpc_lookup_entity($ent)   X-Ref
No description

xmlrpc_html_entity_xlate($data = '')   X-Ref
These entities originate from HTML specs (1.1, proposed 2.0, etc),
and are taken directly from php-4.3.1/ext/mbstring/html_entities.c.
Until php provides functionality to translate these entities in its
core library, use this function.


xmlrpc_encode_entitites($data)   X-Ref
No description

xmlrpc_se($parser, $name, $attrs)   X-Ref
No description

xmlrpc_ee($parser, $name)   X-Ref
No description

xmlrpc_cd($parser, $data)   X-Ref
No description

xmlrpc_dh($parser, $data)   X-Ref
No description



[ Powered by PHPXref - Served by Debian GNU/Linux ]