Skip to content

gokhangunes/php-cvs-to-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converts specified csv file to php array

$file = new CVS_ARRAY();
$file->setFileName("data.csv");
$file->toArray();

print_r($file->getContent());

or

$file = new CVS_ARRAY();
$file->setFileName("data.csv");
		
print_r($file->toArray());

Csv dosyasını php ile açma, diziye dönüştürme kodu

About

The code for opening cvs file with php, converting to array

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages