DiDOM:简单快速HTML解析器

时间:2024-04-21 01:17:51
【文件属性】:

文件名称:DiDOM:简单快速HTML解析器

文件大小:37KB

文件格式:ZIP

更新时间:2024-04-21 01:17:51

html-parser xml-parser PHP

DiDOM DiDOM-简单快速HTML解析器。 内容 安装 要安装DiDOM,请运行以下命令: composer require imangazaliev/didom 快速开始 use DiDom \ Document ; $ document = new Document ( 'http://www.news.com/' , true ); $ posts = $ document -> find ( '.post' ); foreach ( $ posts as $ post ) { echo $ post -> text (), "\n" ; } 建立新文件 DiDom允许以几种方式加载HTML: 与构造函数 // the first parameter is a string with HTML $ document = new Document ( $ html );


【文件预览】:
DiDOM-master
----composer.json(804B)
----composer.lock(36KB)
----README-RU.md(26KB)
----LICENSE(1KB)
----src()
--------DiDom()
----CHANGELOG.md(4KB)
----README.md(14KB)

网友评论