PHP 8.6.0 Alpha 2 available for testing

The ReflectionNamedType class

(PHP 7 >= 7.1.0, PHP 8)

Einführung

Klassenbeschreibung

class ReflectionNamedType extends ReflectionType {
/* Methoden */
public function getName(): string
public function isBuiltin(): bool
/* Geerbte Methoden */
public function ReflectionType::allowsNull(): bool
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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