ReflectionType 類
(PHP 7, PHP 8)
簡介
ReflectionType 類用於獲取函式、類方法的參數或者返回值的型別。 反射擴充套件聲明了以下子型別:
- ReflectionNamedType (自 PHP 7.1.0 起)
- ReflectionUnionType (自 PHP 8.0.0 起)
類摘要
更新日誌
版本 | 說明 |
---|---|
8.0.0 | ReflectionType 修改爲了抽像類,並且 ReflectionType::isBuiltin() 被移動到了 ReflectionNamedType::isBuiltin()。 |
目錄
- ReflectionType::allowsNull — Checks if null is allowed
- ReflectionType::__toString — To string