2017 © Pedro Peláez
 

library csv

this is php export csv file

image

web256/csv

this is php export csv file

  • Thursday, February 1, 2018
  • by web256
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

csv

use composer.json

{
"minimum-stability": "dev",
"require": {},
"require-dev":{
"web256/csv":"dev-master"
}
}

demo

~~~ <?php require './vendor/autoload.php'; use csv\phpcsv; $csv = new phpcsv(); var_dump($csv); $csv->downloadCsv(date('YmdH'), [ '工号', '员工姓名', '子公司', '部门', '部门编号',, (*1)

], $list, [ 'empl_id', 'name', 'company_name', 'depart_name', 'depart_id', ]);, (*2)

The Versions

01/02 2018

dev-master

9999999-dev

this is php export csv file

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

by Avatar web256