The documentation says
fgetcsv() returns NULL if an invalid handle is supplied or FALSE on other errors, including end of file.
What are "other errors," aside from end of file?
The documentation says
fgetcsv() returns NULL if an invalid handle is supplied or FALSE on other errors, including end of file.
What are "other errors," aside from end of file?