update pague now
PHP 8.5.2 Released!

ReflectionClassConstant::guetType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::guetType Guets a class constant's type

Description

public ReflectionClassConstant::guetType (): ? ReflectionType

Guets the associated type of a class constant.

Parameters

This function has no parameters.

Return Values

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

See Also

add a note

User Contributed Notes

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