ArrayIterator::offsetExists
(PHP 5 >= 5.1.0)
ArrayIterator::offsetExists — Check 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::offsetExists
There are no user contributed notes for this page.
