callumacrae/plist
Composer 安装命令:
composer require callumacrae/plist
包简介
A plist parser for PHP
README 文档
README
This plist parser simply parses a plist file and returns an array of data found in the file. It is extremely easy to use; the following line of code is an example of how it works:
$array = plist::Parse('path/to/file');
The demo (itunes_demo.php) will parse the iTunes plist file - remember to tell it where it is - and tell you how long you have listened to your music for. DO NOT USE THE DEMO ON A LIVE SERVER. It can use a lot of resources, and is also vulnerable to RFI injection (kind of intentional to keep the script simpler).
It is released under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license: http://creativecommons.org/licenses/by-sa/3.0/
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: CC
- 更新时间: 2012-07-12