PHP 8.4.24 Released!

The ReflectionNamedType class

(PHP 7 >= 7.1.0, PHP 8)

Вступ

Короткий огляд класу

class ReflectionNamedType extends ReflectionType {
/* Методи */
public function getName(): string
public function isBuiltin(): bool
/* Успадковані методи */
public function ReflectionType::allowsNull(): bool
}

Зміст

add a note

User Contributed Notes

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