Dom\TokenList::supports
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Returns whether the given token is supported
Description
Dom\TokenList::supports(string $token): bool
Returns whether token is in the associated attribute's supported tokens.
Parameters
tokenThe token.
Return Values
Success
Errors/Exceptions
Throws a TypeError when the attribute does not define a supported tokens list.