Why are these so brilliantly hidden when it comes to PHP's

I was reading the following article yesterday:
http://www.talkphp.com/vbarticles.php?do=article&articleid=4 1&title=using-the-internal-array-pointers-to-access-elements -in-arrays

What struck me while reading it was how very little we hear about the
array internal pointers !! I've been in PHP now for a good 2 years,
and I've never heard these little guys mentioned before.

My question is... what do you use internal pointers for, and why?
adam.timberlake [ Fr, 04 Januar 2008 14:26 ] [ ID #1899922 ]

Re: Why are these so brilliantly hidden when it comes to PHP's functions...?

adam.timberlake [at] gmail.com:

> What struck me while reading it was how very little we hear about the
> array internal pointers !

Es steht im Handbuch, was willst Du noch?

> My question is... what do you use internal pointers for, and why?

Für eine Warteschlange. Ich denke beim Iterieren von Listen wird man ihn
auch benutzen.
--
Mit PHP Kontonummern auf Gültigkeit prüfen:
<http://bav.malkusch.de/>
Markus Malkusch [ Fr, 04 Januar 2008 15:58 ] [ ID #1899924 ]
PHP » de.comp.lang.php.misc » Why are these so brilliantly hidden when it comes to PHP's

Vorheriges Thema: SimpleXML - nicht dokumentiert und noch dazu fehlerhaft?
Nächstes Thema: Bild zentriert aus Datei ausschneiden, wie bestimme ich die Anfangsdaten zum Ausschneiden?