[Solved] how to check csv file format , its taking other files format also i tried with this code


You can use the SplFileInfo::getExtension() method to check the file format.

See for reference, http://php.net/manual/en/splfileinfo.getextension.php

solved how to check csv file format , its taking other files format also i tried with this code