1.2.1481. ext/CSV¶
A small PHP extension to add/improve the handling of CSV strings.
<?php
$fields = [
'Hello',
'World',
];
$output = "Hello,World";
var_dump($output === CSV::arrayToRow($fields));
var_dump(CSV::rowToArray($output));
?>
See also PHP csv extension.
1.2.1481.1. Connex PHP features¶
1.2.1481.1.1. Specs¶
Short name |
Extensions/Extcsv |
Rulesets |
|
Exakat since |
2.4.2 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |