ReflectionClassConstant::getType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::getTypeGets a class constant's type

Descrizione

public ReflectionClassConstant::getType(): ?ReflectionType

Gets the associated type of a class constant.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Vedere anche:

add a note

User Contributed Notes

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