TwistPHP Documentation

loadRawData

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

loadRawDataLoad the raw XML data into the system and expand into an array

Parameters

Name Type Description
$strDatastringn/a

Return Values

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

Example

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

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