ReflectionClassConstant::getType

(PHP 8 >= 8.3.0)

ReflectionClassConstant::getType โ€” Gets a class constant's type

่ฏดๆ˜Ž

public ReflectionClassConstant::getType(): ?ReflectionType

Gets the associated type of a class constant.

ๅ‚ๆ•ฐ

ๆญคๅ‡ฝๆ•ฐๆฒกๆœ‰ๅ‚ๆ•ฐใ€‚

่ฟ”ๅ›žๅ€ผ

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

ๅ‚่ง

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top