File path: dist/twist/Core/Models/Email/SourceParser.model.php
Namespace: Twist\Core\Models\Email
decodeQuotedPrintable
— Decode QPrint helps with decoding emails from the system
Name | Description |
---|---|
$strData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strData = 'foo';
//Call the function decodeQuotedPrintable with the example vars
$resSourceParser = new \Twist\Core\Models\Email\SourceParser();
$resSourceParser -> decodeQuotedPrintable($strData);