Skip to content
Snippets Groups Projects
user avatar
Andreas Gohr authored
the filter() function can be chained between the accessor and the value
function to get a filtered value. When no filter allable is given in the
filter() function, stripctl() is used to strip all control chars (ASCII<32)

Examples:

  $INPUT->post->filter()->str('foobar');
  $INPUT->get->filter('myfilter')->int('baz');
37abef5f
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..