1.2.492. Functions Glossary¶
List of all the defined functions in the code.
<?php
// A function
function aFunction() {}
// Closures (not reported)
$closure = function ($arg) { }
// Methods
class foo {
function aMethod() {}
}
?>
1.2.492.1. Connex PHP features¶
1.2.492.1.1. Specs¶
Short name |
Functions/Functionnames |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |