|
ArrayIterator::currentReturn current array entry Beschreibung
public mixed ArrayIterator::current
( void
)
Get the current array entry. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe current array entry. Beispiele
Beispiel #1 ArrayIterator::current example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 1 => one 2 => two 3 => three |