PHP Portal » PHP Handbuch » ReflectionParameter::isOptional

Werbung

ReflectionParameter::isOptional


(PHP 5 >= 5.0.3)

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