Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 523 Bytes

0571.md

File metadata and controls

18 lines (12 loc) · 523 Bytes

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