| 
        
            AppendIterator::keyGets the current key Beschreibung
   public scalar AppendIterator::key
    ( void
   ) 
  Get the current key. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
   The current key if it is valid or  Beispiele
 Beispiel #1 AppendIterator::key basic example 
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: a aardwolf b bear c capybara 0 apple 1 orange 2 lemon a aardwolf b bear c capybara 0 apple 1 orange 2 lemon Siehe auch
 
  |