About
Pricing
Community
Teams
Start Free Trial
Log in
dmalovich
asked on
5/16/2011
I would like to get the last row of data using fgetcsv function
I'm trying to parse a cvs file and I'm using fgetcsv. I want to put the last row into an array.
while (($data = fgetcsv($fp, 1000, ",")) !== FALSE) {
//put last row into array
}
PHP
2
1
Last Comment
dmalovich
8/22/2022 - Mon