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

Class: XML_RPC_Value

Source Location: /XML_RPC-1.2.0RC5/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 1190]


[ Top ]


Class Variables

$me = array()

[line 1192]


Type:   mixed


[ Top ]

$mytype =  0

[line 1193]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Value (Constructor)   [line 1198]

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


[ Top ]

addArray   [line 1266]

int addArray( mixed $vals)

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

[ Top ]

addScalar   [line 1223]

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

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

[ Top ]

addStruct   [line 1283]

int addStruct( mixed $vals)

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

[ Top ]

arraymem   [line 1496]

mixed arraymem( mixed $m)

  • Return: the struct's current element

[ Top ]

arraysize   [line 1504]

int arraysize( )

  • Return: the number of elements in the array

[ Top ]

dump   [line 1300]

void dump( mixed $ar)


[ Top ]

getval   [line 1435]

mixed getval( )

  • Return: the current value

[ Top ]

kindOf   [line 1316]

string kindOf( )

  • Return: the data type of the current value

[ Top ]

scalartyp   [line 1482]

string scalartyp( )


[ Top ]

scalarval   [line 1471]

mixed scalarval( )


[ Top ]

serialize   [line 1388]

string serialize( )

  • Return: the data in XML format

[ Top ]

serializedata   [line 1336]

string serializedata( mixed $typ, mixed $val)

  • Return: the data in XML format

[ Top ]

serializeval   [line 1396]

string serializeval( mixed $o)

  • Return: the data in XML format

[ Top ]

structeach   [line 1427]

the structeach( )

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

[ Top ]

structmem   [line 1411]

mixed structmem( mixed $m)

  • Return: the contents of the element requested

[ Top ]

structreset   [line 1419]

void structreset( )


[ Top ]


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