ReflectionProperty::isReadOnly

(PHP 8 >= 8.1.0)

ReflectionProperty::isReadOnlyChecks if property is readonly

Açıklama

publicReflectionProperty::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

To Top