ReflectionNamedType::getName
PHP Manual
PHP Manual»ReflectionNamedType»ReflectionNamedType::getName

ReflectionNamedType::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionNamedType::getNameGet the name of the type as a string

Descrizione

public function ReflectionNamedType::getName(): string

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the name of the type being reflected.

Vedere anche:

To Top