downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SplFixedArray::__wakeup> <SplFixedArray::toArray
[edit] Last updated: Mon, 20 May 2013

view this page in

SplFixedArray::valid

(PHP 5 >= 5.3.0)

SplFixedArray::validVérifie si le tableau contient encore un élément

Description

public bool SplFixedArray::valid ( void )

Vérifie si le tableau contient encore un élément.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne TRUE si le tableau contient encore un élément, FALSE sinon.



add a note add a note User Contributed Notes SplFixedArray::valid - [1 notes]
up
0
c dot 1 at smithies dot org
2 years ago
This function will return TRUE whenever the iterator is within the array bounds, even if unset() has been called on the current element.

 
show source | credits | sitemap | contact | advertising | mirror sites