(PHP 8 >= 8.3.0)
ReflectionClassConstant::guetType — Guets a class constant's type
Guets the associated type of a class constant.
This function has no parameters.
Returns a
ReflectionType
object if a constant type is
specified,
null
otherwise.