TwistPHP Documentation

escapeString

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

escapeString

Parameters

Name Type Description
$strRawStringstringn/a

Return Values

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

Example

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

//Call the function escapeString with the example vars
$resProtocolMYSQLI = new \Twist\Core\Models\Database\ProtocolMYSQLI();
$resProtocolMYSQLI -> escapeString($strRawString);