xmlrpcval
Located in /phpxmlrpc/xmlrpc.php (line 2639)
xmlrpcval
- mixed $val
- string $type: any valid xmlrpc type name (lowercase). If null, 'string' is assumed
Add an array of xmlrpcval objects to an xmlrpcval
- array $vals
Add a single php value to an (unitialized) xmlrpcval
- mixed $val
- string $type
Add an array of named xmlrpcval objects to an xmlrpcval
- array $vals
Returns the m-th member of an xmlrpcval of struct type
- integer $m: the index of the value to be retrieved (zero based)
Returns the number of members in an xmlrpcval of array type
Returns a string containing "struct", "array" or "scalar" describing the base type of the value
Returns the type of the xmlrpcval.
For integers, 'int' is always returned in place of 'i4'
Returns xml representation of the value. XML prologue not included
- string $charset_encoding: the charset to be used for serialization. if null, US-ASCII is assumed
Return next member element for xmlrpcvals of type struct.
Returns the value of a given struct member (an xmlrpcval object in itself).
Will raise a php warning if struct member of given name does not exist
- string $m: the name of the struct member to be looked up
Checks wheter a struct member with a given name is present.
Works only on xmlrpcvals of type struct.
- string $m: the name of the struct member to be looked up
Returns the number of members in an xmlrpcval of struct type
Documentation generated on Sat, 14 Nov 2009 11:23:33 +0000 by phpDocumentor 1.3.1



xmlrpcval