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

Class: XML_RPC_Value

Source Location: /XML_RPC-1.4.7/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.7

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


[ Top ]


Class Variables

$me = array()

[line 1471]


Type:   mixed


[ Top ]

$mytype =  0

[line 1472]


Type:   mixed


[ Top ]



Method Detail

XML_RPC_Value (Constructor)   [line 1477]

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


[ Top ]

addArray   [line 1545]

int addArray( mixed $vals)

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

[ Top ]

addScalar   [line 1502]

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

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

[ Top ]

addStruct   [line 1562]

int addStruct( mixed $vals)

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

[ Top ]

arraymem   [line 1774]

mixed arraymem( mixed $m)

  • Return: the struct's current element

[ Top ]

arraysize   [line 1782]

int arraysize( )

  • Return: the number of elements in the array

[ Top ]

dump   [line 1579]

void dump( mixed $ar)


[ Top ]

getval   [line 1713]

mixed getval( )

  • Return: the current value

[ Top ]

isValue   [line 1799]

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 1595]

string kindOf( )

  • Return: the data type of the current value

[ Top ]

scalartyp   [line 1760]

string scalartyp( )


[ Top ]

scalarval   [line 1750]

mixed scalarval( )


[ Top ]

serialize   [line 1667]

string serialize( )

  • Return: the data in XML format

[ Top ]

serializedata   [line 1615]

string serializedata( mixed $typ, mixed $val)

  • Return: the data in XML format

[ Top ]

serializeval   [line 1675]

string serializeval( mixed $o)

  • Return: the data in XML format

[ Top ]

structeach   [line 1705]

the structeach( )

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

[ Top ]

structmem   [line 1689]

mixed structmem( mixed $m)

  • Return: the contents of the element requested

[ Top ]

structreset   [line 1697]

void structreset( )


[ Top ]


Documentation generated on Mon, 10 Apr 2006 16:33:19 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.