File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
processEachItem
— Recursively go through the array and process each item
Name | Description |
---|---|
$arrData | n/a |
[$strTab = "] | n/a |
[$strPreviousKey = ""] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrData = array(0 => 'foo', 1 => 'bar');
$strTab = ";
$strPreviousKey = "";
//Call the function processEachItem with the example vars
Twist::XML() -> processEachItem($arrData, $strTab, $strPreviousKey);