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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ k ] [ m ] [ p ] [ r ] [ s ] [ u ] [ v ] [ x ]

a

$arIndent
in file Dump.php, variable XML_RPC_Dump::$arIndent
    The indentation array cache
addArray
in file RPC.php, method XML_RPC_Value::addArray()
addParam
in file RPC.php, method XML_RPC_Message::addParam()
addScalar
in file RPC.php, method XML_RPC_Value::addScalar()
addStruct
in file RPC.php, method XML_RPC_Value::addStruct()
arraymem
in file RPC.php, method XML_RPC_Value::arraymem()
arraysize
in file RPC.php, method XML_RPC_Value::arraysize()
top

c

createPayload
in file RPC.php, method XML_RPC_Message::createPayload()
top

d

$debug
in file Server.php, variable XML_RPC_Server::$debug
$debug
in file RPC.php, variable XML_RPC_Message::$debug
$debug
in file RPC.php, variable XML_RPC_Client::$debug
$dmap
in file Server.php, variable XML_RPC_Server::$dmap
dump
in file RPC.php, method XML_RPC_Value::dump()
Dump.php
procedural page Dump.php
top

e

$encoding
in file Server.php, variable XML_RPC_Server::$encoding
$errno
in file RPC.php, variable XML_RPC_Client::$errno
$errstring
in file RPC.php, variable XML_RPC_Client::$errstring
echoInput
in file Server.php, method XML_RPC_Server::echoInput()
    echos back the input packet as a string value
top

f

$fn
in file RPC.php, variable XML_RPC_Response::$fn
$fs
in file RPC.php, variable XML_RPC_Response::$fs
faultCode
in file RPC.php, method XML_RPC_Response::faultCode()
faultString
in file RPC.php, method XML_RPC_Response::faultString()
top

g

genArray
in file Dump.php, method XML_RPC_Dump::genArray()
    returns the dump of an array
generateDump
in file Dump.php, method XML_RPC_Dump::generateDump()
    Returns the dump. Does not print it out.
genScalar
in file Dump.php, method XML_RPC_Dump::genScalar()
    returns the scalar value dump
genStruct
in file Dump.php, method XML_RPC_Dump::genStruct()
    returns the dump of a struct
getEncoding
in file RPC.php, method XML_RPC_Message::getEncoding()
    Determine the XML's encoding via the encoding attribute in the XML declaration
getIndent
in file Dump.php, method XML_RPC_Dump::getIndent()
    returns the indent for a specific level and caches it for faster use
getNumParams
in file RPC.php, method XML_RPC_Message::getNumParams()
getParam
in file RPC.php, method XML_RPC_Message::getParam()
getval
in file RPC.php, method XML_RPC_Value::getval()
top

h

$hdrs
in file RPC.php, variable XML_RPC_Response::$hdrs
top

k

kindOf
in file RPC.php, method XML_RPC_Value::kindOf()
top

m

$me
in file RPC.php, variable XML_RPC_Value::$me
$methodname
in file RPC.php, variable XML_RPC_Message::$methodname
$mytype
in file RPC.php, variable XML_RPC_Value::$mytype
method
in file RPC.php, method XML_RPC_Message::method()
top

p

$params
in file RPC.php, variable XML_RPC_Message::$params
$password
in file RPC.php, variable XML_RPC_Client::$password
$path
in file RPC.php, variable XML_RPC_Client::$path
$payload
in file RPC.php, variable XML_RPC_Message::$payload
$port
in file RPC.php, variable XML_RPC_Client::$port
    The port for connecting to the remote server
parseRequest
in file Server.php, method XML_RPC_Server::parseRequest()
parseResponse
in file RPC.php, method XML_RPC_Message::parseResponse()
parseResponseFile
in file RPC.php, method XML_RPC_Message::parseResponseFile()
top

r

raiseError
in file RPC.php, method XML_RPC_Base::raiseError()
    PEAR Error handling
RPC.php
procedural page RPC.php
top

s

$server
in file RPC.php, variable XML_RPC_Client::$server
$strBaseIndent
in file Dump.php, variable XML_RPC_Dump::$strBaseIndent
scalartyp
in file RPC.php, method XML_RPC_Value::scalartyp()
scalarval
in file RPC.php, method XML_RPC_Value::scalarval()
send
in file RPC.php, method XML_RPC_Client::send()
sendPayloadHTTP10
in file RPC.php, method XML_RPC_Client::sendPayloadHTTP10()
serialize
in file RPC.php, method XML_RPC_Response::serialize()
serialize
in file RPC.php, method XML_RPC_Message::serialize()
serialize
in file RPC.php, method XML_RPC_Value::serialize()
serializedata
in file RPC.php, method XML_RPC_Value::serializedata()
serializeDebug
in file Server.php, method XML_RPC_Server::serializeDebug()
serializeval
in file RPC.php, method XML_RPC_Value::serializeval()
service
in file Server.php, method XML_RPC_Server::service()
    Print out the result
setCredentials
in file RPC.php, method XML_RPC_Client::setCredentials()
setDebug
in file RPC.php, method XML_RPC_Client::setDebug()
structeach
in file RPC.php, method XML_RPC_Value::structeach()
structmem
in file RPC.php, method XML_RPC_Value::structmem()
structreset
in file RPC.php, method XML_RPC_Value::structreset()
Server.php
procedural page Server.php
top

u

$username
in file RPC.php, variable XML_RPC_Client::$username
top

v

value
in file RPC.php, method XML_RPC_Response::value()
verifySignature
in file Server.php, method XML_RPC_Server::verifySignature()
top

x

$xv
in file RPC.php, variable XML_RPC_Response::$xv
xml_footer
in file RPC.php, method XML_RPC_Message::xml_footer()
xml_header
in file RPC.php, method XML_RPC_Message::xml_header()
XML_RPC_Base
in file RPC.php, class XML_RPC_Base
    Base class
XML_RPC_cd
in file RPC.php, function XML_RPC_cd()
    Character data handler for the XML parser
XML_RPC_Client
in file RPC.php, class XML_RPC_Client
XML_RPC_Client
in file RPC.php, method XML_RPC_Client::XML_RPC_Client()
    Sets the object's properties
XML_RPC_decode
in file RPC.php, function XML_RPC_decode()
    Takes a message in PHP XML_RPC object format and translates it into native PHP types
XML_RPC_Dump
in file Dump.php, class XML_RPC_Dump
    Class which generates a dump of a XML_RPC_Value object
XML_RPC_Dump
in file Dump.php, function XML_RPC_Dump()
    Generates the dump of the XML_RPC_Value and echoes it
XML_RPC_ee
in file RPC.php, function XML_RPC_ee()
    End element handler for the XML parser
XML_RPC_encode
in file RPC.php, function XML_RPC_encode()
    Takes native php types and encodes them into XML_RPC PHP object format.
XML_RPC_ERROR_ALREADY_INITIALIZED
in file RPC.php, constant XML_RPC_ERROR_ALREADY_INITIALIZED
    Error constants
XML_RPC_ERROR_CONNECTION_FAILED
in file RPC.php, constant XML_RPC_ERROR_CONNECTION_FAILED
    Error constants
XML_RPC_ERROR_INVALID_TYPE
in file RPC.php, constant XML_RPC_ERROR_INVALID_TYPE
    Error constants
XML_RPC_ERROR_NON_NUMERIC_FOUND
in file RPC.php, constant XML_RPC_ERROR_NON_NUMERIC_FOUND
    Error constants
XML_RPC_iso8601_decode
in file RPC.php, function XML_RPC_iso8601_decode()
    Convert a datetime string into a Unix timestamp
XML_RPC_iso8601_encode
in file RPC.php, function XML_RPC_iso8601_encode()
    date helpers
XML_RPC_Message
in file RPC.php, class XML_RPC_Message
XML_RPC_Message
in file RPC.php, method XML_RPC_Message::XML_RPC_Message()
XML_RPC_Response
in file RPC.php, method XML_RPC_Response::XML_RPC_Response()
XML_RPC_Response
in file RPC.php, class XML_RPC_Response
XML_RPC_se
in file RPC.php, function XML_RPC_se()
    Start element handler for the XML parser
XML_RPC_Server
in file Server.php, class XML_RPC_Server
XML_RPC_Server
in file Server.php, method XML_RPC_Server::XML_RPC_Server()
XML_RPC_Server_debugmsg
in file Server.php, function XML_RPC_Server_debugmsg()
XML_RPC_Server_listMethods
in file Server.php, function XML_RPC_Server_listMethods()
XML_RPC_Server_methodHelp
in file Server.php, function XML_RPC_Server_methodHelp()
XML_RPC_Server_methodSignature
in file Server.php, function XML_RPC_Server_methodSignature()
XML_RPC_Value
in file RPC.php, class XML_RPC_Value
XML_RPC_Value
in file RPC.php, method XML_RPC_Value::XML_RPC_Value()
top

Documentation generated on Mon, 11 Apr 2005 15:04:06 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.