Dutch PHP Conference 2025 - Call For Papers

ReflectionFunctionAbstract::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionFunctionAbstract::isStaticChecks if the function is static

Опис

public ReflectionFunctionAbstract::isStatic(): bool

Checks if the function is static.

Параметри

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

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

true if the function is static, otherwise false

Журнал змін

Версія Опис
8.1.0 This method has been pulled up. Previously, it was only defined in ReflectionMethod.

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

add a note

User Contributed Notes

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