File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
loadFile
— Load the raw XML from a file or feed and expand into an array
Name | Description |
---|---|
$strLocalFilePath | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strLocalFilePath = 'foo';
//Call the function loadFile with the example vars
Twist::XML() -> loadFile($strLocalFilePath);