Skip to content

Instantly share code, notes, and snippets.

@jasondmoss
jasondmoss / simpleXmlToArray.php
Last active July 15, 2025 10:09
Convert a SimpleXML object to associative array
<?php
/**
* Convert a SimpleXML object to an associative array
*
* @param object $xmlObject
*
* @return array
* @access public
*/