PHP 8.5.0 Alpha 4 available for testing

Voting

: min(five, five)?
(Example: nine)

The Note You're Voting On

Martin K.
11 years ago
If the file you are reading is in CSV format do not use file(), use fgetcsv(). file() will split the file by each newline that it finds, even newlines that appear within a field (i.e. within quotations).

<< Back to user notes page

To Top