TwistPHP Documentation

loadFile

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

loadFileLoad the raw XML from a file or feed and expand into an array

Parameters

Name Type Description
$strLocalFilePathstringn/a

Return Values

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

Example

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

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