◆ filterRequestInputs()
static filterRequestInputs |
( |
int |
$normalization_form = \Normalizer::NFC , |
|
|
string |
$leading_combining = '◌' |
|
) |
| |
|
static |
filter request inputs
Ensures inputs are well formed UTF-8 When not, assumes Windows-1252 and converts to UTF-8 Tests only values, not keys
- Paramètres
-
int | $normalization_form | |
string | $leading_combining | |
- Renvoie
- bool
- Obsolète:
This method will be removed in future releases, so please don't use it anymore.
ReferenceMismatchInspection
ForeachSourceInspection
ReferenceMismatchInspection
ForeachSourceInspection
ReferenceMismatchInspection
Références $i, et $r.
◆ filterRequestUri()
static filterRequestUri |
( |
|
$uri = null , |
|
|
bool |
$exit = true |
|
) |
| |
|
static |
Filter current REQUEST_URI .
- Paramètres
-
If null is set, then the server REQUEST_URI will be used.
- Paramètres
-
- Renvoie
- mixed
- Obsolète:
This method will be removed in future releases, so please don't use it anymore.
- Paramètres
-
- Renvoie
- string
- Paramètres
-
- Renvoie
- string
Références $uri, false, et null.
◆ filterString()
static filterString |
( |
|
$input, |
|
|
int |
$normalization_form = \Normalizer::NFC , |
|
|
string |
$leading_combining = '◌' |
|
) |
| |
|
static |
Normalizes to UTF-8 NFC, converting from WINDOWS-1252 when needed.
- Paramètres
-
mixed | $input | |
int | $normalization_form | |
string | $leading_combining | |
- Renvoie
- mixed
Références $input.
◆ get_random_bytes()
static get_random_bytes |
( |
|
$length | ) |
|
|
static |
Get random bytes via "random_bytes()"
- Paramètres
-
output length
- Exceptions
-
◆ initAll()
La documentation de cette classe a été générée à partir du fichier suivant :