File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
convertEncodingBody
— Convert the body encoding, if no multibyte support on PHP installation ignore the encoding and output a warning
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 convertEncodingBody with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> convertEncodingBody($strData);