Feature Request
In php 8.4, using the default escape character is deprecated in all csv functions.
See: https://php.watch/versions/8.4/csv-functions-escape-parameter
Diff
-str_getcsv($string, separator: ',', enclosure: '"');
+str_getcsv($string, separator: ',', enclosure: '"', escape: "");