how put particular column in variable from csv file in PHP

前端 未结 0 1704
星月不相逢
星月不相逢 2021-01-11 11:52
//here is my code which is giving and array of the file

$csv = array_map("str_getcsv", file("Copy of data.csv",FILE_SKIP_EMPTY_LINES));

$keys =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题