v1.0.0
English

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) public
after (RequestInterface $request, ResponseInterface $response, $arguments = null) public
checkEncoding ($value) protected
checkControl ($value) protected
phpDG v1.0.0 InvalidChars.php 662 files 498 classes 763 fn
Generated