filter_id

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

filter_idReturns the filter ID belonging to a named filter

Description

filter_id(string $name): int|false

Parameters

name

Name of a filter to get.

Return Values

ID of a filter on success or false if filter doesn't exist.

See Also

add a note

User Contributed Notes

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