定制 slicklabs/icf-reader 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

slicklabs/icf-reader

Composer 安装命令:

composer require slicklabs/icf-reader

包简介

Reads ICF files

README 文档

README

Read file from disk

You can easily read in an ICF-file stored on disk.

    $reader = new \ICFReader\Reader($filepath);
    $result = $reader->read();

Read data

If you want, you can also parse data from somewhere else than from disk. For easy testing, the below example reads the file contents manually and then processes it.

    $icf_file = file_get_contents($filepath); // or from somewhere else.
    
    $reader = new \ICFReader\Reader(''); //requires a filepath parameter, but not required for reading in from data.
    $data = $reader->toArray($icf_file);
    $result = $reader->format($data);

统计信息

  • 总下载量: 117
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-09-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固