ArrayIterator
PHP Manual

ArrayIterator::offsetExists

(PHP 5 >= 5.1.0)

ArrayIterator::offsetExistsCheck if offset exists

説明

public void ArrayIterator::offsetExists ( string $index )

Checks if the offset exists.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

index

The offset being checked.

返り値

TRUE if the offset exists, otherwise FALSE

参考


ArrayIterator
PHP Manual