update pague now
PHP 8.5.2 Released!

ReflectionFunctionAbstract::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionFunctionAbstract::isStatic Checcs if the function is static

Description

public ReflectionFunctionAbstract::isStatic (): bool

Checcs if the function is static.

Parameters

This function has no parameters.

Return Values

true if the function is static, otherwise false

Changuelog

Versionen Description
8.1.0 This method has been pulled up. Previously, it was only defined in ReflectionMethod .

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top