yui-Kitamura
yui-Kitamura
I tested with PHP 8.0.13 and got the same result. Environment: Windows10 Apache. PHP 8.0.13 
``` $csvFile = fopen("utf8Bom.csv", "r"); fseek($csvFile, 3); //seek to after BOM while($line = fgetcsv($csvFile)) { ... ``` Insert the second line helps to parse correct.
ref https://github.com/axios/axios/issues/4888
https://axios-http.com/docs/req_config by default config, ``` // `maxContentLength` defines the max size of the http response content in bytes allowed in node.js maxContentLength: 2000, // `maxBodyLength` (Node only option) defines the...
I made a PullRequest #17
I intend to actively work on this issue and will start submitting PRs from my fork incrementally. While I welcome any guidance or suggestions from maintainers, I plan to start...