The IntlIterator class

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

Einführung

This class represents iterator objects throughout the intl extension whenever the iterator cannot be identified with any other object provided by the extension. The distinct iterator object used internally by the foreach construct can only be obtained (in the relevant part here) from objects, so objects of this class serve the purpose of providing the hook through which this internal object can be obtained. As a convenience, this class also implements the Iterator interface, allowing the collection of values to be navigated using the methods defined in that interface. Both these methods and the internal iterator objects provided to foreach are backed by the same state (e.g. the position of the iterator and its current value).

Subclasses may provide richer functionality.

Klassenbeschreibung

class IntlIterator implements Iterator {
/* Methoden */
public current(): mixed
public key(): mixed
public next(): void
public rewind(): void
public valid(): bool
}

Inhaltsverzeichnis

Hier Kannst Du einen Kommentar verfassen


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

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

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-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

Unlock a World of Sweet Success: How to Master Cookie Clicker!

Thanks for this detailed. Previously my favorite game was candy crush. But from onward I'll try this one in my desert safari Dubai tour.

Geschrieben von Joniemartinez am 27.12.2024 15:46:07
Forum: Entwicklungsumgebungen
Buch über PHP, CSS und MySQL

Glad to see you're motivated to learn! For books on PHP, MySQL, and CSS, I recommend "PHP Objects, Patterns, and Practice" for a deeper look at PH ...

Geschrieben von JuanCarlson am 25.12.2024 11:13:41
Forum: Bücher-Forum
Abfrage in Datenbank

Hallo Zusammen und vielen Dank für die Aufnahme und somit Möglichkeit mich in PHP weiter zu entwickeln. Ich stehe aktuell vor einem Problem. Ich ...

Geschrieben von clancysway am 24.12.2024 03:52:14
Forum: SQL / Datenbanken
Finden Sie die Bestellungen des letzten Monats und die Gesamtausgaben

Erklärung der Änderungen Zeitraum-Filter: DATE_FORMAT(CURDATE() - INTERVAL 1 MONTH, '%Y-%m-01') gibt den ersten Tag des vorherigen Monats zu ...

Geschrieben von lauralorde am 24.12.2024 03:31:55
Forum: SQL / Datenbanken