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

Class: XML_RPC_Value

Source Location: /XML_RPC-1.2.0RC4/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 1164]


[ Top ]


Class Variables

$me = array()

[line 1166]


Type:   mixed


[ Top ]

$mytype =  0

[line 1167]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Value (Constructor)   [line 1172]

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


[ Top ]

addArray   [line 1240]

int addArray( mixed $vals)

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

[ Top ]

addScalar   [line 1197]

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

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

[ Top ]

addStruct   [line 1257]

int addStruct( mixed $vals)

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

[ Top ]

arraymem   [line 1470]

mixed arraymem( mixed $m)

  • Return: the struct's current element

[ Top ]

arraysize   [line 1478]

int arraysize( )

  • Return: the number of elements in the array

[ Top ]

dump   [line 1274]

void dump( mixed $ar)


[ Top ]

getval   [line 1409]

mixed getval( )

  • Return: the current value

[ Top ]

kindOf   [line 1290]

string kindOf( )

  • Return: the data type of the current value

[ Top ]

scalartyp   [line 1456]

string scalartyp( )


[ Top ]

scalarval   [line 1445]

mixed scalarval( )


[ Top ]

serialize   [line 1362]

string serialize( )

  • Return: the data in XML format

[ Top ]

serializedata   [line 1310]

string serializedata( mixed $typ, mixed $val)

  • Return: the data in XML format

[ Top ]

serializeval   [line 1370]

string serializeval( mixed $o)

  • Return: the data in XML format

[ Top ]

structeach   [line 1401]

the structeach( )

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

[ Top ]

structmem   [line 1385]

mixed structmem( mixed $m)

  • Return: the contents of the element requested

[ Top ]

structreset   [line 1393]

void structreset( )


[ Top ]


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