ArrayIterator::offsetExists

(PHP 5 >= 5.0.0)

ArrayIterator::offsetExistsCheck if offset exists

Beskrivelse

public void ArrayIterator::offsetExists ( string $index )

Checks if the offset exists.

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

index

The offset being checked.

Returnerings Værdier

TRUE if the offset exists, otherwise FALSE

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top