Liste de tous les membres
Fonctions membres publiques
Attributs publics
Documentation des fonctions membres
xmlrpcval::addArray |
( |
$ |
vals | ) |
|
Add an array of xmlrpcval objects to an xmlrpcval
- Paramètres:
-
- Renvoie:
- int 1 or 0 on failure public
Références $GLOBALS, elseif, et kindOf().
xmlrpcval::addScalar |
( |
$ |
val, |
|
|
$ |
type = 'string' |
|
) |
| |
Add a single php value to an (unitialized) xmlrpcval
- Paramètres:
-
- Renvoie:
- int 1 or 0 on failure
Références $GLOBALS, $type, et xmlrpcval().
xmlrpcval::addStruct |
( |
$ |
vals | ) |
|
Add an array of named xmlrpcval objects to an xmlrpcval
- Paramètres:
-
- Renvoie:
- int 1 or 0 on failure public
Références $GLOBALS, elseif, et kindOf().
xmlrpcval::arraymem |
( |
$ |
m | ) |
|
Returns the m-th member of an xmlrpcval of struct type
- Paramètres:
-
integer | $m | the index of the value to be retrieved (zero based) |
- Renvoie:
- xmlrpcval public
Returns the number of members in an xmlrpcval of array type
- Renvoie:
- integer public
Returns a string containing "struct", "array" or "scalar" describing the base type of the value
- Renvoie:
- string public
Référencé par addArray(), et addStruct().
Returns the type of the xmlrpcval. For integers, 'int' is always returned in place of 'i4'
- Renvoie:
- string public
Références $GLOBALS.
Returns the value of a scalar xmlrpcval
- Renvoie:
- mixed public
xmlrpcval::serialize |
( |
$ |
charset_encoding = '' | ) |
|
Returns xml representation of the value. XML prologue not included
- Paramètres:
-
string | $charset_encoding | the charset to be used for serialization. if null, US-ASCII is assumed |
- Renvoie:
- string public
Références serializedata().
xmlrpcval::serializedata |
( |
$ |
typ, |
|
|
$ |
val, |
|
|
$ |
charset_encoding = '' |
|
) |
| |
xmlrpcval::serializeval |
( |
$ |
o | ) |
|
xmlrpcval::structeach |
( |
| ) |
|
Return next member element for xmlrpcvals of type struct.
- Renvoie:
- xmlrpcval public
xmlrpcval::structmem |
( |
$ |
m | ) |
|
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
- Paramètres:
-
string | $m | the name of the struct member to be looked up |
- Renvoie:
- xmlrpcval public
xmlrpcval::structmemexists |
( |
$ |
m | ) |
|
Checks wheter a struct member with a given name is present. Works only on xmlrpcvals of type struct.
- Paramètres:
-
string | $m | the name of the struct member to be looked up |
- Renvoie:
- boolean public
xmlrpcval::structreset |
( |
| ) |
|
Reset internal pointer for xmlrpcvals of type struct. public
xmlrpcval::structsize |
( |
| ) |
|
Returns the number of members in an xmlrpcval of struct type
- Renvoie:
- integer public
xmlrpcval::xmlrpcval |
( |
$ |
val = -1 , |
|
|
$ |
type = '' |
|
) |
| |
- Paramètres:
-
mixed | $val | |
string | $type | any valid xmlrpc type name (lowercase). If null, 'string' is assumed |
Références $type.
Référencé par addScalar().
Documentation des données membres
xmlrpcval::$_php_class = null |
La documentation de cette classe a été générée à partir du fichier suivant :