filter_id

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

filter_idReturns the filter ID belonging to a named filter

Açıklama

filter_id(string$name): int|false

Bağımsız Değişkenler

name

Name of a filter to get.

Dönen Değerler

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

Ayrıca Bakınız

To Top