1.2.1598. ext/spl¶
SPL extension.
The Standard PHP Library (SPL) is a collection of interfaces and classes that are meant to solve common problems.
<?php
// Example with FilesystemIterator
$files = new FilesystemIterator('/path/to/dir');
foreach($files as $file) {
echo $file->getFilename() . PHP_EOL;
}
?>
See also Standard PHP Library (SPL).
1.2.1598.1. Specs¶
Short name |
Extensions/Extspl |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |