Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($size=0) | |
count () | |
toArray () | |
getSize () | |
setSize ($size) | |
offsetExists ($index) | |
offsetGet ($index) | |
offsetSet ($index, $newval) | |
offsetUnset ($index) | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
__wakeup () | |
Fonctions membres publiques statiques | |
static | fromArray (array $array, $save_indexes=true) |
Attributs privés | |
$internalArray = array() | |
$size = 0 | |
The SplFixedArray class provides the main functionalities of array. The main differences between a SplFixedArray and a normal PHP array is that the SplFixedArray is of fixed length and allows only integers within the range as indexes. The advantage is that it allows a faster array implementation.
__construct | ( | $size = 0 | ) |
__wakeup | ( | ) |
Do nothing.
count | ( | ) |
Référencé par fromArray().
current | ( | ) |
Return current array entry mixed The current element value. 5.3.0
-suppress MixedReturnStatement
|
static |
array | $array | |
bool | $save_indexes |
Références $i, $key, $self, $value, et count().
Référencé par ParagonIE_Sodium_Core_BLAKE2b\stringToContext(), ParagonIE_Sodium_Core32_BLAKE2b\stringToSplFixedArray(), et ParagonIE_Sodium_Core_BLAKE2b\stringToSplFixedArray().
getSize | ( | ) |
Références $size.
Référencé par ParagonIE_Sodium_Core_BLAKE2b\finish(), et ParagonIE_Sodium_Core32_BLAKE2b\store64().
key | ( | ) |
Return current array index
next | ( | ) |
Référencé par valid().
offsetExists | ( | $index | ) |
string | int | $index |
offsetGet | ( | $index | ) |
string | int | $index |
-suppress MixedReturnStatement
offsetSet | ( | $index, | |
$newval | |||
) |
string | int | $index | |
mixed | $newval | -suppress MixedAssignment |
offsetUnset | ( | $index | ) |
string | int | $index |
rewind | ( | ) |
Rewind iterator back to the start void 5.3.0
toArray | ( | ) |
Références $internalArray.
valid | ( | ) |
Check whether the array contains more elements bool true if the array contains any more elements, false otherwise.
Références next().
|
private |
Référencé par toArray().
|
private |
Référencé par __construct(), getSize(), et setSize().