update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the filter ID belonging to a named filter

filter_id

(PHP 5 >= 5.2.0, PHP 7)

filter_idReturns the filter ID belonging to a named filter

설명

int filter_id ( string $filtername )

인수

filtername

Name of a filter to get.

반환값

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

참고