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.

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

Добавить

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

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