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

Class: XML_RPC_Value

Source Location: /XML_RPC-1.4.6/RPC.php

Class Overview

XML_RPC_Base
   |
   --XML_RPC_Value

The methods and properties that represent data in XML RPC format


Author(s):

Version:

  • Release: 1.4.6

Copyright:

  • 1999-2001 Edd Dumbill, 2001-2005 The PHP Group

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 1468]
The methods and properties that represent data in XML RPC format


[ Top ]


Class Variables

$me = array()

[line 1470]


Type:   mixed


[ Top ]

$mytype =  0

[line 1471]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Value (Constructor)   [line 1476]

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


[ Top ]

addArray   [line 1544]

int addArray( mixed $vals)

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

[ Top ]

addScalar   [line 1501]

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

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

[ Top ]

addStruct   [line 1561]

int addStruct( mixed $vals)

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

[ Top ]

arraymem   [line 1773]

mixed arraymem( mixed $m)

  • Return: the struct's current element

[ Top ]

arraysize   [line 1781]

int arraysize( )

  • Return: the number of elements in the array

[ Top ]

dump   [line 1578]

void dump( mixed $ar)


[ Top ]

getval   [line 1712]

mixed getval( )

  • Return: the current value

[ Top ]

isValue   [line 1798]

bool isValue( mixed $val)

Determines if the item submitted is an XML_RPC_Value object
  • Return: TRUE if the item is an XML_RPC_Value object
  • Since: Method available since Release 1.3.0
  • Static: This method can be called statically

Parameters:

mixed   $val     the variable to be evaluated

[ Top ]

kindOf   [line 1594]

string kindOf( )

  • Return: the data type of the current value

[ Top ]

scalartyp   [line 1759]

string scalartyp( )


[ Top ]

scalarval   [line 1749]

mixed scalarval( )


[ Top ]

serialize   [line 1666]

string serialize( )

  • Return: the data in XML format

[ Top ]

serializedata   [line 1614]

string serializedata( mixed $typ, mixed $val)

  • Return: the data in XML format

[ Top ]

serializeval   [line 1674]

string serializeval( mixed $o)

  • Return: the data in XML format

[ Top ]

structeach   [line 1704]

the structeach( )

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

[ Top ]

structmem   [line 1688]

mixed structmem( mixed $m)

  • Return: the contents of the element requested

[ Top ]

structreset   [line 1696]

void structreset( )


[ Top ]


Documentation generated on Fri, 07 Apr 2006 11:32:22 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.