[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 202 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Variables($vars = array() X-Ref |
Pas de description |
getDefaultVariables() X-Ref |
Pas de description |
exists($varname) X-Ref |
Pas de description |
get($varname) X-Ref |
Pas de description |
getExists($varname, &$exists) X-Ref |
Pas de description |
set($varname, $value) X-Ref |
Pas de description |
merge($vars) X-Ref |
Pas de description |
add($varname, $value) X-Ref |
Pas de description |
remove($varname) X-Ref |
Pas de description |
_exists($array, $varname, $checkExpectedVariables = true) X-Ref |
Find out whether or not $varname was set in $array. param: array $array The array to search in (usually param: string $varname The name of the variable to look param: boolean $checkExpectedVariables If we don't find $varname, return: Whether or not the variable was set (or, if we've checked |
_getExists($array, $varname, &$value, $checkExpectedVariables = true) X-Ref |
Fetch the requested variable ($varname) into $value, and return whether or not the variable was set in $array. param: array $array The array to search in (usually param: string $varname The name of the variable to look param: mixed &$value $varname's value gets assigned param: boolean $checkExpectedVariables If we don't find $varname, return: Whether or not the variable was set (or, if we've checked |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |