<?php $file = fopen("contacts.csv","r"); print_r(fgetcsv($file)); fclose($file); ?>
希望本文所述对大家的PHP程序设计有所帮助。