ReflectionClassConstant::getType
PHP Manual
PHP Manual»ReflectionClassConstant»ReflectionClassConstant::getType

ReflectionClassConstant::getType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::getTypeGets a class constant's type

Açıklama

public function ReflectionClassConstant::getType(): ?ReflectionType

Gets the associated type of a class constant.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

Ayrıca Bakınız

To Top