TwistPHP Documentation

setCharEncoding

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

setCharEncoding

Parameters

Name Type Description
[$strCharEncoding = 'ISO-8859-1']stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strCharEncoding 'ISO-8859-1';

//Call the function setCharEncoding with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> setCharEncoding($strCharEncoding);