Skip to content

Instantly share code, notes, and snippets.

View jabcreations's full-sized avatar

John A Bilicki III jabcreations

View GitHub Profile
@jasondmoss
jasondmoss / simpleXmlToArray.php
Last active October 29, 2024 14:28
Convert a SimpleXML object to associative array
<?php
/**
* Convert a SimpleXML object to an associative array
*
* @param object $xmlObject
*
* @return array
* @access public
*/