ReflectionFunctionAbstract::getName

(PHP 5)

ReflectionFunctionAbstract::getNameGets function name

Опис

public string ReflectionFunctionAbstract::getName ( void )

Get the name of the function.

Увага

This function is currently not documented; only its argument list is available.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

The name of the function.

Прогляньте Також

add a note add a note

User Contributed Notes 1 note

up
0
PR
3 years ago
If you call getName() on an anonymous function you'll get "{closure}".
To Top