はじめに
PHP Manual
PHP Manual»リフレクション»ReflectionIntersectionType

ReflectionIntersectionType クラス

(PHP 8 >= 8.1.0)

class ReflectionIntersectionType extends ReflectionType {
/* メソッド */
public function getTypes(): array
/* 継承したメソッド */
public function ReflectionType::allowsNull(): bool
}

目次

To Top