PHP 8.4.0 RC4 available for testing

ReflectionClassConstant::getType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::getTypeGets a class constant's type

Опис

public ReflectionClassConstant::getType(): ?ReflectionType

Gets the associated type of a class constant.

Параметри

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

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

Returns a ReflectionType object if a parameter type is specified, null otherwise.

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

add a note

User Contributed Notes

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