zedling/php-parse-kv
Composer 安装命令:
composer require zedling/php-parse-kv
包简介
README 文档
README
Based on a reddit post I Can't find anymore
Install:
composer require zedling/php-parse-kv
Usage:
<?php
use Zedling\DotaKV\Parser;
$parser = new Parser();
$array = $parser->load(files_get_contents("link_to_file"));
print_r($array);
Changes:
- 2.1.1: added parsing values as array if they are
;separated - 2.1: added parsing values as array if they are space separated
- 2.0: switched implememntation to use
token_get_all
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-10-11