TwistPHP Documentation

decodeQuotedPrintable

File path: dist/twist/Core/Models/Email/SourceParser.model.php
Namespace: Twist\Core\Models\Email
Extends:

decodeQuotedPrintableDecode QPrint helps with decoding emails from the system

Parameters

Name Type Description
$strDatastringn/a

Return Values

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

Example

<?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);