|
MysqlndUhConnection::escapeString(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::escapeString — Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection Описание
public string MysqlndUhConnection::escapeString
( mysqlnd_connection $connection
, string $escape_string
)
Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection. Список параметров
Возвращаемые значенияThe escaped string. Примеры
Пример #1 MysqlndUhConnection::escapeString() example
<?php Результат выполнения данного примера: proxy::escapeString(array ( 0 => NULL, 1 => 'test0\'test', )) proxy::escapeString returns 'test0\\\'test' Смотрите также
|
|