ArrayIterator::offsetExists

(PHP 5 >= 5.0.0)

ArrayIterator::offsetExistsCheck if offset exists

Опис

public void ArrayIterator::offsetExists ( string $index )

Checks if the offset exists.

Увага

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

Параметри

index

The offset being checked.

Значення, що повертаються

TRUE if the offset exists, otherwise FALSE

Прогляньте Також

add a note add a note

User Contributed Notes

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