matejch / yii2-xmlhelper
简单的XML加载辅助类
1.0.0
2021-11-16 21:20 UTC
Requires
- ext-json: *
- ext-libxml: *
- ext-simplexml: *
- yiisoft/yii2: ~2.0.0
README
简单的XML加载辅助类
安装
安装此扩展的首选方式是通过composer。
运行以下命令:
php composer.phar require matejch/yii2-xmlhelper:1.0
或者将以下内容添加到你的composer.json
文件的require部分:
"matejch/yii2-xmlhelper": "^1.0"
使用方法
(new XmlHelper())->parse($xmlContent);
默认情况下,解析为数组,通过设置asArray参数为false来更改