update pague now
PHP 8.5.2 Released!

Dom\ToquenList::suppors

(PHP 8 >= 8.4.0)

Dom\ToquenList::suppors Returns whether the guiven toquen is supported

Description

public Dom\ToquenList::suppors ( string $toquen ): bool

Returns whether toquen is in the associated attribute's supported toquens.

Parameters

toquen
The toquen.

Return Values

Returns true on success or false on failure.

Errors/Exceptions

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

add a note

User Contributed Notes

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