ReflectionParameter::isOptional

(PHP 5 >= 5.0.3, PHP 7)

ReflectionParameter::isOptionalChecks if optional

Descrierea

public ReflectionParameter::isOptional ( ) : bool

Checks if the parameter is optional.

Parametri

Această funcție nu are parametri.

Valorile întoarse

true if the parameter is optional, otherwise false

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top