W3cubDocs

/PHP

ReflectionClassConstant::hasType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::hasTypeChecks if class constant has a type

Description

public ReflectionClassConstant::hasType(): bool

Checks if the class constant has a type associated with it.

Parameters

This function has no parameters.

Return Values

true if a type is specified, false otherwise.

See Also

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclassconstant.hastype.php