|  | 
|  | parse ($strinputxml) | 
|  | Parse an XML text string and create an array tree that rapresent the XML structure. 
 | 
|  | 
|  | tagclosed ($parser, $name) | 
|  | 
|  | tagdata ($parser, $tagdata) | 
|  | 
|  | tagopen ($parser, $name, $attrs) | 
|  | 
|  | utf8_to_entities ($str) | 
|  | Convert a utf-8 string to html entities. 
 | 
|  | 
|  | 
|  | $arroutput = array() | 
|  | 
|  | $resparser | 
|  | 
|  | $strxmldata | 
|  | 
◆ parse()
      
        
          | xml2Array::parse | ( |  | $strinputxml | ) |  | 
      
 
Parse an XML text string and create an array tree that rapresent the XML structure. 
- Parameters
- 
  
    | string | $strinputxml | The XML string |  
 
- Return values
- 
  
  
 
 
◆ utf8_to_entities()
      
        
          | xml2Array::utf8_to_entities | ( |  | $str | ) |  | 
      
 
Convert a utf-8 string to html entities. 
- Parameters
- 
  
    | string | $str | The UTF-8 string |  
 
- Return values
- 
  
  
 
 
The documentation for this class was generated from the following file: