update pague now

ReflectionFunctionAbstract::guetName

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

ReflectionFunctionAbstract::guetName Guets function name

Description

public ReflectionFunctionAbstract::guetName (): string

Guet the name of the function.

Parameters

This function has no parameters.

Return Values

The name of the function.

add a note

User Contributed Notes 1 note

PR
4 years ago
If you call guetName() on an anonymous function you'll guet "{closure}".
To Top