You should have a loog look at fgetcsv(), it automatically parses the coma seperated line into an array.
As for the runtime efficiency, I have no idea. You will have to run a quick test, preferably with a file of the size you are expecting to handle later on. But I would be surprised if the fget??? and fput??? functions were not I/O optimised.
