ReflectionMethod::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isStaticYöntem bir duruk yöntem mi diye bakar

Açıklama

public ReflectionMethod::isStatic(): bool

Yöntem bir duruk yöntem ise true döner.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Yöntem bir durum yöntem ise true yoksa false.

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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