文件名称:php-html-formatter:PHP 的简单 HTML 感知排版
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-31 09:59:19
PHP
PHP 的 HTML 格式化程序 基本上它的作用是尝试将一些排版应用于 HTML 片段。 它将尝试在合理的位置插入段落、换行符、链接等,并尽量不要将它们插入错误的位置(例如在前/代码块中弄乱段落)。 用法: require_once 'src/HTMLFormatter.class.php' ; $ f = new HTMLFormatter (); echo $ f -> format ( $ text );
【文件预览】:
php-html-formatter-master
----src()
--------HTMLFormatter.class.php(10KB)
--------HTMLNode.class.php(6KB)
--------HTMLParser.class.php(7KB)
--------HTMLNodeType.class.php(137B)
--------HTMLNodeUtils.class.php(1KB)
----README.markdown(398B)
----test()
--------formatter.php(1KB)
----.gitignore(24B)