1.2.953. PHP Variables¶
This is the list of PHP predefined variables that are used in the application.
The web variables ($_GET
, $_COOKIE
, $_FILES
) are quite commonly used, though sometimes replaced by some special accessors. Others are rarely used.
<?php
// Reading an incoming email, with sanitation
$email = filter_var($_GET['email'], FILTER_SANITIZE_EMAIL);
?>
See also Predefined Variables.
1.2.953.1. Connex PHP features¶
1.2.953.1.1. Specs¶
Short name |
Variables/VariablePhp |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |