PHP 8.3.22 Released!

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

mike at fatica dot net
10 years ago
We had a function that wrote a single line CSV. I noticed that with enabling auto_detect_line_endings, fputcsv would not write a newline at the end of the file.

Enabling auto_detect_line_endings changed the fputcsv behavior to include a newline.

<< Back to user notes page

To Top