hellonoko Posted April 16, 2007 Share Posted April 16, 2007 I need to read a .DIC file into an array so that I can manipulate it in PHP. If I open this file in OpenOffice its a word on each line list so I could format it into a different type of file if that would be necessary. Any suggestions? Thanks. Link to comment https://forums.phpfreaks.com/topic/47272-reading-a-dic-dictionary-file-to-array/ Share on other sites More sharing options...
boo_lolly Posted April 16, 2007 Share Posted April 16, 2007 check the manual... file_get_contents(), fgets(), fopen(). Link to comment https://forums.phpfreaks.com/topic/47272-reading-a-dic-dictionary-file-to-array/#findComment-230596 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.