File path: dist/twist/Core/Models/Database/ProtocolPDO.model.php
Namespace: Twist\Core\Models\Database
setCharset
—
Name | Description |
---|---|
$strCharset | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCharset = 'foo';
//Call the function setCharset with the example vars
$resProtocolPDO = new \Twist\Core\Models\Database\ProtocolPDO();
$resProtocolPDO -> setCharset($strCharset);