PHP Doku:: Check whether the array contains more elements - splfixedarray.valid.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplFixedArray classSplFixedArray::valid

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplFixedArray class

<<SplFixedArray::toArray

The SplObjectStorage class>>

SplFixedArray::valid

(PHP 5 >= 5.3.0)

SplFixedArray::validCheck whether the array contains more elements

Beschreibung

public bool SplFixedArray::valid ( void )

Checks if the array contains any more elements.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE if the array contains any more elements, FALSE otherwise.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
c dot 1 at smithies dot org
22.11.2010 17:13
This function will return TRUE whenever the iterator is within the array bounds, even if unset() has been called on the current element.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)