文件名称:ginq-csv:Ginq 的 CSV 生成器
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-30 03:17:31
PHP
GinqCsv Ginq 的 CSV 生成器 安装 作曲家.json: { " require " : { " k1low/ginq-csv " : " ~0.9.4 " } } 用法 <?php use Ginq ; use Ginq \ GinqCsv ; Ginq :: register ( 'Ginq\GinqCsv' ); $ data = array ( array ( 'id' => 1 , 'title' => 'Title' , 'body' => 'Hello World' , 'created' => '2014-11-28 00:00:00' , ), arr
【文件预览】:
ginq-csv-master
----src()
--------GinqCsv.php(2KB)
----.travis.yml(169B)
----phpunit.xml(557B)
----README.md(929B)
----tests()
--------GinqCsv()
--------bootstrap.php(29B)
----.gitignore(7B)
----composer.json(507B)