1.2.1502. ext/ds¶
Extension Data Structures : Data structures.
<?php
$vector = new \Ds\Vector();
$vector->push('a');
$vector->push('b', 'c');
$vector[] = 'd';
print_r($vector);
?>
See also Efficient data structures for PHP 7.
1.2.1502.1. Specs¶
Short name |
Extensions/Extds |
Rulesets |
|
Exakat since |
0.10.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |