没有合适的资源?快使用搜索试试~ 我知道了~
file-chainer:具有插入支持的可链接文件流编写器
共16个文件
php:10个
gitignore:1个
json:1个
需积分: 5 0 下载量 136 浏览量
2021-07-07
02:46:58
上传
评论
收藏 12KB ZIP 举报
温馨提示
文件链器 它是什么? 一些 php 文件流函数的小包装器,支持将数据插入流中而不会覆盖。 (另外:可链接。) 安装 添加到作曲家: require: { " prewk/file-chainer " : " dev-master " } 并运行composer install 。 用法 两种新的文件流方法: finsert在当前文件流位置插入一个字符串 finsertcsv在当前文件流位置插入一个 csv(如 )行 插入和链接 Prewk \ FileChainer :: make () -> fopen ( "/foo/bar.txt" , "w+" ) -> fwrite ( "foo" ) -> rewind () -> finsert ( "bar" ) -> fclose (); echo file_get_content
资源推荐
资源详情
资源评论
收起资源包目录
file-chainer-master.zip (16个子文件)
file-chainer-master
.gitignore 14B
src
FileChainer
InserterInterface.php 1KB
FileChainer.php 5KB
Inserters
File.php 3KB
Memory.php 2KB
MissingHandleException.php 264B
FileChainerInterface.php 3KB
.travis.yml 136B
composer.json 519B
composer.lock 3KB
README.md 1KB
phpunit.xml 586B
tests
integration
FileChainerIntegrationTest.php 853B
Inserters
MemoryIntegrationTest.php 3KB
FileIntegrationTest.php 3KB
bootstrap.php 190B
共 16 条
- 1
资源评论
国服第一奶妈
- 粉丝: 32
- 资源: 4504
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功