File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
expandRawArray
— Expand the linear (raw) array into a usable multi-level array
Name | Description |
---|---|
[$intCurrentKey = -1] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intCurrentKey = -1;
//Call the function expandRawArray with the example vars
Twist::XML() -> expandRawArray($intCurrentKey);