![]() |
get list of arabic,persian files in a directory problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: get list of arabic,persian files in a directory problem (/showthread.php?tid=51007) |
get list of arabic,persian files in a directory problem - El Forum - 04-17-2012 [eluser]Unknown[/eluser] i have a simple file search engine by CI, i need to get name of all pdf fiels in a directory. but the name of all files is arabic or persian, i have problem with scandir for get right names,it dont work and return bad cahracters. have you an idea? thanks All. get list of arabic,persian files in a directory problem - El Forum - 04-17-2012 [eluser]Rodrigo Alexandre[/eluser] Here: http://ellislab.com/codeigniter/user-guide/helpers/file_helper.html Code: get_filenames('path/to/directory/') |