Easy Tutorial
❮ Php Ref Calendar Func Filesystem Fnmatch ❯

PHP FILTER_SANITIZE_STRIPPED Filter


Complete PHP Filter Reference Manual


Definition and Usage

The FILTER_SANITIZE_STRIPPED filter removes or encodes unwanted characters.

This filter is an alias of the FILTER_SANITIZE_STRING filter.

This filter removes data that could be harmful to the application. It is used to strip tags and remove or encode unwanted characters.

Possible options or flags:


Example

The output of the code is as follows:


Complete PHP Filter Reference Manual

❮ Php Ref Calendar Func Filesystem Fnmatch ❯