File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
charset
— Set the character set for the database table
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 charset with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> charset($strCharset);