Skip to content

Instantly share code, notes, and snippets.

@jonathonbyrdziak
jonathonbyrdziak / betterxml.function.php
Last active May 26, 2019 17:55
Extending the SimpleXMLElement
<?php
/**
* Giving myself more functionality over this bit
*
* @author byrd
*
*/
class BetterXML extends SimpleXMLElement
{
/**