API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe xmlrpcval

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:
array$vals
Renvoie:
int 1 or 0 on failure public

Références $GLOBALS, elseif, et kindOf().

Voici le graphe d'appel pour cette fonction :

xmlrpcval::addScalar ( val,
type = 'string' 
)

Add a single php value to an (unitialized) xmlrpcval

Paramètres:
mixed$val
string$type
Renvoie:
int 1 or 0 on failure

Références $GLOBALS, $type, et xmlrpcval().

Voici le graphe d'appel pour cette fonction :

xmlrpcval::addStruct ( vals)

Add an array of named xmlrpcval objects to an xmlrpcval

Paramètres:
array$vals
Renvoie:
int 1 or 0 on failure public

Références $GLOBALS, elseif, et kindOf().

Voici le graphe d'appel pour cette fonction :

xmlrpcval::arraymem ( m)

Returns the m-th member of an xmlrpcval of struct type

Paramètres:
integer$mthe index of the value to be retrieved (zero based)
Renvoie:
xmlrpcval public
xmlrpcval::arraysize ( )

Returns the number of members in an xmlrpcval of array type

Renvoie:
integer public
xmlrpcval::dump ( ar)
xmlrpcval::getval ( )

Références $id.

xmlrpcval::kindOf ( )

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().

Voici le graphe d'appel pour cette fonction :

xmlrpcval::scalartyp ( )

Returns the type of the xmlrpcval. For integers, 'int' is always returned in place of 'i4'

Renvoie:
string public

Références $GLOBALS.

xmlrpcval::scalarval ( )

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_encodingthe charset to be used for serialization. if null, US-ASCII is assumed
Renvoie:
string public

Références serializedata().

Voici le graphe d'appel pour cette fonction :

xmlrpcval::serializedata ( typ,
val,
charset_encoding = '' 
)

private

Références $GLOBALS, $i, et xmlrpc_encode_entitites().

Référencé par serialize(), et serializeval().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

xmlrpcval::serializeval ( o)

Références serializedata().

Voici le graphe d'appel pour cette fonction :

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$mthe 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$mthe 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$typeany valid xmlrpc type name (lowercase). If null, 'string' is assumed

Références $type.

Référencé par addScalar().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

xmlrpcval::$_php_class = null
xmlrpcval::$me = array()
xmlrpcval::$mytype = 0

La documentation de cette classe a été générée à partir du fichier suivant :