array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'reflectionproperty.isprotectedset.php', 1 => 'ReflectionProperty::isProtectedSet', 2 => 'Checks whether the property is protected for writing', ), 'up' => array ( 0 => 'class.reflectionproperty.php', 1 => 'ReflectionProperty', ), 'prev' => array ( 0 => 'reflectionproperty.isprotected.php', 1 => 'ReflectionProperty::isProtected', ), 'next' => array ( 0 => 'reflectionproperty.ispublic.php', 1 => 'ReflectionProperty::isPublic', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/reflection/reflectionproperty/isprotectedset.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ReflectionProperty::isProtectedSet

(PHP 8 >= 8.4.0)

ReflectionProperty::isProtectedSetChecks whether the property is protected for writing

Açıklama

public ReflectionProperty::isProtectedSet(): bool

Checks whether the property is protected for writing.

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 protected(set), false otherwise.

Ayrıca Bakınız