ReflectionParameter
PHP Manual

ReflectionParameter::isOptional

(PHP 5 >= 5.0.3, PHP 7)

ReflectionParameter::isOptionalChecks if optional

Beschreibung

public bool ReflectionParameter::isOptional ( void )

Checks if the parameter is optional.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the parameter is optional, otherwise FALSE

Siehe auch


ReflectionParameter
PHP Manual