ReflectionParameter::isOptional
(PHP 5 >= 5.0.3)
ReflectionParameter::isOptional — 省略可能であるかどうかを調べる
説明
public bool ReflectionParameter::isOptional
( void
)
パラメータが省略可能であるかどうかを調べます。
パラメータ
この関数にはパラメータはありません。
返り値
省略可能である場合に TRUE、それ以外の場合に FALSE を返します。