PHP 8.4.2 Released!

Dom\TokenList::supports

(PHP 8 >= 8.4.0)

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

Description

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

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

Parameters

token
The token.

Return Values

Returns true on success or false on failure.

Errors/Exceptions

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