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: Fri, 30 Nov 2012

view this page in

SplFixedArray::valid

(PHP 5 >= 5.3.0)

SplFixedArray::validCheck whether the array contains more elements

Opis

public bool SplFixedArray::valid ( void )

Checks if the array contains any more elements.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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



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