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

Class: XML_RPC_Value

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

Class Overview

XML_RPC_Base
   |
   --XML_RPC_Value



Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1999-2001 Edd Dumbill

Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_RPC_Base

XML_RPC_Base::isError()
Tell whether something is a PEAR_Error object
XML_RPC_Base::raiseError()
PEAR Error handling

Class Details

[line 1260]


[ Top ]


Class Variables

$me = array()

[line 1262]


Type:   mixed


[ Top ]

$mytype =  0

[line 1263]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Value (Constructor)   [line 1268]

void XML_RPC_Value( [mixed $val = -1], [mixed $type = ''])


[ Top ]

addArray   [line 1336]

int addArray( mixed $vals)

  • Return: returns 1 if successful or 0 if there are problems

[ Top ]

addScalar   [line 1293]

int addScalar( mixed $val, [mixed $type = 'string'])

  • Return: returns 1 if successful or 0 if there are problems

[ Top ]

addStruct   [line 1353]

int addStruct( mixed $vals)

  • Return: returns 1 if successful or 0 if there are problems

[ Top ]

arraymem   [line 1566]

mixed arraymem( mixed $m)

  • Return: the struct's current element

[ Top ]

arraysize   [line 1574]

int arraysize( )

  • Return: the number of elements in the array

[ Top ]

dump   [line 1370]

void dump( mixed $ar)


[ Top ]

getval   [line 1505]

mixed getval( )

  • Return: the current value

[ Top ]

kindOf   [line 1386]

string kindOf( )

  • Return: the data type of the current value

[ Top ]

scalartyp   [line 1552]

string scalartyp( )


[ Top ]

scalarval   [line 1541]

mixed scalarval( )


[ Top ]

serialize   [line 1458]

string serialize( )

  • Return: the data in XML format

[ Top ]

serializedata   [line 1406]

string serializedata( mixed $typ, mixed $val)

  • Return: the data in XML format

[ Top ]

serializeval   [line 1466]

string serializeval( mixed $o)

  • Return: the data in XML format

[ Top ]

structeach   [line 1497]

the structeach( )

  • Return: key/value pair of the struct's current element

[ Top ]

structmem   [line 1481]

mixed structmem( mixed $m)

  • Return: the contents of the element requested

[ Top ]

structreset   [line 1489]

void structreset( )


[ Top ]


Documentation generated on Tue, 22 Feb 2005 01:20:09 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.