1.2.156. Closures Glossary¶
List of all the closures in the code.
<?php
// A closure is also a unnamed function
$closure = function ($arg) { return 'A'.strtolower($arg); }
?>
See also The Closure Class.
1.2.156.1. Connex PHP features¶
1.2.156.1.1. Specs¶
Short name |
Functions/Closures |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |