TwistPHP Documentation

setCharset

File path: dist/twist/Core/Models/Database/ProtocolMYSQL.model.php
Namespace: Twist\Core\Models\Database
Extends:

setCharset

Parameters

Name Type Description
$strCharsetstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strCharset 'foo';

//Call the function setCharset with the example vars
$resProtocolMYSQL = new \Twist\Core\Models\Database\ProtocolMYSQL();
$resProtocolMYSQL -> setCharset($strCharset);