InvalidChars.php
system/Filters/InvalidChars.php
1 class
4 methods
class InvalidChars
InvalidChars filter. Check if user input data ($_GET, $_POST, $_COOKIE, php://input) do not contain invalid characters: - invalid UTF-8 characters - control characters except line break and tab code
before
(RequestInterface $request, $arguments = null)
after
(RequestInterface $request, ResponseInterface $response, $arguments = null)
checkEncoding
($value)
checkControl
($value)