<<< Previous question <<< Question ID#0571.md >>> Next question >>>
When working with SimpleXML in PHP 5, the four basic rules on how the XML document is accessed are which of the following?
- A) converting an element to a string denotes text data
- B) Non-numeric indexes are element attributes
- C) Numeric indexes are elements
- D) Properties denote element iterators
Answer
Answer: A, B, C, D