PHP 8.4.2 Released!

Dom\TokenList::supports

(PHP 8 >= 8.4.0)

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

Опис

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

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

Параметри

token
The token.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Помилки/виключення

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

add a note

User Contributed Notes

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