ReflectionParameter::isOptional

(PHP 5 >= 5.0.3)

ReflectionParameter::isOptionalChecks if optional

Опис

public bool ReflectionParameter::isOptional ( void )

Checks if the parameter is optional.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the parameter is optional, otherwise FALSE

Прогляньте Також

add a note add a note

User Contributed Notes

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