PHP Velho Oeste 2024

ReflectionAttribute::isRepeated

(PHP 8)

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

Descrição

public ReflectionAttribute::isRepeated(): bool

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns true when attribute is used repeatedly, otherwise false.

add a note add a note

User Contributed Notes

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