iterator_to_array

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

iterator_to_arrayCopy the iterator into an array

Beschreibung

iterator_to_array(Traversable $iterator, bool $preserve_keys = true): array

Copy the elements of an iterator into an array.

Parameter-Liste

iterator

The iterator being copied.

preserve_keys

Whether to use the iterator element keys as index.

If a key is an array or object, a warning will be generated. null keys will be converted to an empty string, float keys will be truncated to their int counterpart, resource keys will generate a warning and be converted to their resource ID, and bool keys will be converted to integers.

Hinweis:

If this parameter is not set or set to true, duplicate keys will be overwritten. The last value with a given key will be in the returned array. Set this parameter to false to get all the values in any case.

Rückgabewerte

An array containing the elements of the iterator.

Beispiele

Beispiel #1 iterator_to_array() example

<?php
$iterator 
= new ArrayIterator(array('recipe'=>'pancakes''egg''milk''flour'));
var_dump(iterator_to_array($iteratortrue));
var_dump(iterator_to_array($iteratorfalse));
?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

array(4) {
  ["recipe"]=>
  string(8) "pancakes"
  [0]=>
  string(3) "egg"
  [1]=>
  string(4) "milk"
  [2]=>
  string(5) "flour"
}
array(4) {
  [0]=>
  string(8) "pancakes"
  [1]=>
  string(3) "egg"
  [2]=>
  string(4) "milk"
  [3]=>
  string(5) "flour"
}

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

MMOexp Trading is at the heart of Monopoly Go strategy

Monopoly Go is more than just a childhood classic; it’s a timeless board game that has entertained and challenged players worldwide since its de ...

Geschrieben von mvptkfjb am 14.05.2026 09:26:29
Forum: Off-Topic Diskussionen
MMOexp MLB The Show 26: Ten Changes Could Make Game

I’ve played baseball video games since MLB Pennant Race on the PlayStation 1, and I’ve been covering sports titles for nearly two decades. Bas ...

Geschrieben von mvptkfjb am 14.05.2026 09:11:51
Forum: Off-Topic Diskussionen
MMOexp Chrono Odyssey emphasizes teamwork

Welcome to the vast, dynamic world of Chrono Odyssey, an open-world MMO set in the breathtaking land of Satara. Here, you’ll face battles and em ...

Geschrieben von mvptkfjb am 14.05.2026 08:10:48
Forum: Off-Topic Diskussionen
onew88com

new88 là nền tảng giải trí trực tuyến uy tín, mang đến cho người chơi trải nghiệm hiện đại với giao diện thân th ...

Geschrieben von onew88coms am 13.05.2026 13:00:21
Forum: Off-Topic Diskussionen