PHP 8.4.2 Released!

Dom\TokenList::supports

(PHP 8 >= 8.4.0)

Dom\TokenList::supportsReturns whether the given token is supported

Descrição

public Dom\TokenList::supports(string $token): bool

Returns whether token is in the associated attribute's supported tokens.

Parâmetros

token
The token.

Valor Retornado

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

Erros/Exceções

Throws a TypeError when the attribute does not define a supported tokens list.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top