array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'reflectionattribute.isrepeated.php', 1 => 'ReflectionAttribute::isRepeated', 2 => 'Returns whether the attribute of this name has been repeated on a code element', ), 'up' => array ( 0 => 'class.reflectionattribute.php', 1 => 'ReflectionAttribute', ), 'prev' => array ( 0 => 'reflectionattribute.gettarget.php', 1 => 'ReflectionAttribute::getTarget', ), 'next' => array ( 0 => 'reflectionattribute.newinstance.php', 1 => 'ReflectionAttribute::newInstance', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/reflection/reflectionattribute/isrepeated.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ReflectionAttribute::isRepeated

(PHP 8)

ReflectionAttribute::isRepeatedReturns whether the attribute of this name has been repeated on a code element

Açıklama

public ReflectionAttribute::isRepeated(): bool

Returns whether the attribute of this name has been repeated on a code element.

Bağımsız Değişkenler

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

Dönen Değerler

Returns true when attribute is used repeatedly, otherwise false.