ReflectionProperty::isReadOnly

(PHP 8 >= 8.1.0)

ReflectionProperty::isReadOnlyChecks if property is readonly

Descripción

public ReflectionProperty::isReadOnly(): bool

Checks whether the property is readonly.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true if the property is readonly, false otherwise.

Ver también

add a note add a note

User Contributed Notes

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