Edit
by Adli - 7 years ago (2017-07-04)
Need to parse
Ask clarification
1 Recommendation
HTML Parser: Parse HTML using DOMDocument
This class can parse HTML documents using DOMDocument.
It can load the HTML markup either from a file or from a text string.
It can parse the entire document, returning an array of elements.
It can parse the document for a specific element, returning an array of each element found. It also can return the element's child elements.
It can return an element referenced by a given ID.
It can display the returned results in a human readable form.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-08-12) Comment
if it is for parsing html you can try this |