我想用PHP读取一个文件,文件结构如下:
text1,text2,text3,.................
...................................
...................................
...................................
...................................
WORD;
NUMBER
col1; col2; col3; [CSV part of the file starts from here]
value1; value2; value3
我想读取文件的CSV 部分并将其插入 MySql 数据库。我寻找fgetCsv
但无法这样做。这样做的方法是什么?