SplFixedArray::offsetExists
(PHP 5 >= 5.3.0)
SplFixedArray::offsetExists — 指定した添字が存在するかどうかを返す
説明
public bool SplFixedArray::offsetExists
( int
$index
)
index で指定した添字が存在するかどうかを返します。
パラメータ
-
index -
調べたい添字。
返り値
指定した添字が存在する場合に TRUE、それ以外の場合に FALSE を返します。
There are no user contributed notes for this page.
