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.

Смотрите также

Добавить

Примечания пользователей

Пользователи ещё не добавляли примечания для страницы
To Top