We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Whats the Diference betweem \Phalcon\Filter()'s "string" and "striptags"?

In the documentation both options are described as follow:

string = Strip tags

striptags = Applies the strip_tags function

So what is the difference between them both? Are one just an alias to the other, or they have some kind of different treatment in the core?