ReflectionMethod::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isStaticComprueba si el método es estático

Descripción

public ReflectionMethod::isStatic(): bool

Comprueba si el método es estático.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true si el método es estático, o si no false

Ver también

add a note add a note

User Contributed Notes

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