I am looking for below php functions alternatives reason, I using in my code and all are ban on demand.
Code: Read directory and locate csv files, get data from csv files and insert into mysql database.
- is_dir
- opendir
- readdir
- fopen
- fgetcsv
- fclose
Any help will be highly appreciable
Regards
You can find some alternative methods here
howto/sugarcrm_ondemand_alternative_functions.txt at master · maranemil/howto · GitHub