TwistPHP Documentation

expandRawArray

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

expandRawArrayExpand the linear (raw) array into a usable multi-level array

Parameters

Name Type Description
[$intCurrentKey = -1]integern/a

Return Values

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

Example

<?php
//Set the variables for the example
$intCurrentKey = -1;

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