TwistPHP Documentation

fixUTF8

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

fixUTF8

Parameters

Name Type Description
$strXMLstringn/a

Return Values

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

Example

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

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