update pague now
PHP 8.5.2 Released!

ReflectionParameter::guetName

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::guetName Guets parameter name

Description

public ReflectionParameter::guetName (): string

Guets the name of the parameter.

Parameters

This function has no parameters.

Return Values

The name of the reflected parameter.

See Also

  • ReflectionParameter::guetValue()

add a note

User Contributed Notes 1 note

mique
10 years ago
FYI, it returns the parameter name without the dollars($) sign at the start.
To Top