File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
xmlToArray
— ** NEW CLASS SETTINGS - In preparation for V2 ***
Name | Description |
---|---|
$strXML | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strXML = 'foo';
//Call the function xmlToArray with the example vars
Twist::XML() -> xmlToArray($strXML);