ReflectionParameter::isOptional

(PHP 5 >= 5.0.3)

ReflectionParameter::isOptionalChecks if optional

Beskrivelse

public bool ReflectionParameter::isOptional ( void )

Checks if the parameter is optional.

Parametre

This function has no parameters.

Returnerings Værdier

TRUE if the parameter is optional, otherwise FALSE

Se også

add a note add a note

User Contributed Notes

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