string public
\Bitrix\Main\DB\MysqliSqlHelper::forSql(
string $value,
integer $maxLength
);
This non-static method escapes special characters in a string for use in an SQL statement.
Parameters
Parameter | Description | Version |
$value | Value to be escaped | |
$maxLength | Limit for string length, if set. | |
Examples