PHP Filter Functions
PHP Filter Functions
w3schools.com LOG IN
Installation
From PHP 5.2.0, the filter functions are enabled by default. There is no installation needed to use
these functions.
Runtime Configurations
The behavior of these functions is affected by settings in php.ini:
filter_input() Gets an external variable (e.g. from form input) and optionally filters it
filter_input_array() Gets external variables (e.g. from form input) and optionally filters them
Constant Description
FILTER_FLAG_ALLOW_OCTAL Only for inputs that starts with a zero (0) as octal
numbers. This only allows the succeeding digits to be
0-7
❮ Previous Next ❯
COLOR PICKER
SHOP
HOW TO
Tabs
Dropdowns
Accordions
Side Navigation
Top Navigation
Modal Boxes
Progress Bars
Parallax
Login Form
HTML Includes
Google Maps
Range Sliders
Tooltips
Slideshow
Filter List
Sort List