squarify / bookmark
Squarify 书签组件
dev-master
2014-01-21 14:07 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-09-24 00:25:28 UTC
README
一个用于解析 Netscape 书签文件格式 的 PHP 组件。
该项目受到 Markio 项目的启发。
use Squarify\Component\Bookmark\Bookmark;
$array = Bookmark::parse(file_get_contents($filename));
print_r($array);