DOMElement::hasAttribute

(PHP 5, PHP 7, PHP 8)

DOMElement::hasAttributeVerifica se o atributo existe

Descrição

public DOMElement::hasAttribute(string $qualifiedName): bool

Indica se o atributo com o nome qualifiedName existe como membro do elemento.

Parâmetros

qualifiedName

O nome do atributo.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

add a note add a note

User Contributed Notes

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