filter_id()

Diaplay the ID  of a given filter

General Format
==============

filter_id(filterName)

filterName – filter name to get the id of it

Example
=======

<?php
echo(filter_id(“validate_url”));
?>
Output
=====

273

Leave a Reply

Your email address will not be published. Required fields are marked *