PHP 8.4.0 RC4 available for testing

ReflectionClassConstant::hasType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::hasTypeChecks if class constant has a type

Опис

public ReflectionClassConstant::hasType(): bool

Checks if the class constant has a type associated with it.

Параметри

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

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

true if a type is specified, false otherwise.

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

add a note

User Contributed Notes

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