ReflectionMethod::isStatic
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isStatic — Checks if method is static
Beschreibung
Checks if the method is static.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
true
if the method is static, otherwise false