Skip to content

a19836/xml-to-php-array

XML to PHP Array

Original Repos:

Overview

XML to PHP Array is a PHP library to convert XML content into PHP arrays and supports XML validation using XSD schemas.

To see a working example, open index.php on your server.


Usage

XML File Usage

$array = XMLFileParser::parseXMLFileToArray($xml_file_path);

XML Content Usage

$array = XMLFileParser::parseXMLContentToArray($content);

Other Methods

To better understand what are the available XML functions this library have, please analyse the following files: