File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
fixAmp
—
Name | Description |
---|---|
$strXML | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strXML = 'foo';
//Call the function fixAmp with the example vars
Twist::XML() -> fixAmp($strXML);