TwistPHP Documentation

xmlToArray

File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

xmlToArray** NEW CLASS SETTINGS - In preparation for V2 ***

Parameters

Name Type Description
$strXMLstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strXML 'foo';

//Call the function xmlToArray with the example vars
Twist::XML() -> xmlToArray($strXML);