ReflectionFunctionAbstract::getName
PHP Manual
PHP Manual»ReflectionFunctionAbstract»ReflectionFunctionAbstract::getName

ReflectionFunctionAbstract::getName

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getNameGets function name

Beschreibung

public function ReflectionFunctionAbstract::getName(): string

Get the name of the function.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The name of the function.

Siehe auch

To Top