Mention simplexml_tree() in README
This commit is contained in:
parent
d05192edb6
commit
8a6e4cf345
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ So the obvious question is: What do I use instead when I want to inspect my Simp
|
||||||
What?
|
What?
|
||||||
=====
|
=====
|
||||||
|
|
||||||
The first piece of this project (more may be to come) is a simple function - `simplexml_dump()` - which echoes a basic summary of any `SimpleXMLElement` object you give it.
|
* The first piece of this project is a simple function - `simplexml_dump()` - which echoes a basic summary of any `SimpleXMLElement` object you give it.
|
||||||
|
* Early feedback from users on StackOverflow was that a fully recursive function would be useful, although this would obviously need to do something different from an XML pretty-printer. The next function is therefore `simplexml_tree()` which shows an entire XML structure in summarised tree form. The output is designed to show exactly what operators and methods are needed to access each node shown.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue