PHP 8.3.4 Released!

ReflectionProperty::isReadOnly

(PHP 8 >= 8.1.0)

ReflectionProperty::isReadOnlyChecks if property is readonly

Açıklama

public ReflectionProperty::isReadOnly(): bool

Checks whether the property is readonly.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

true if the property is readonly, false otherwise.

Ayrıca Bakınız

add a note

User Contributed Notes

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