Ingres 函数
PHP Manual

ingres_escape_string

(PECL ingres >= 2.1.0)

ingres_escape_stringEscape special characters for use in a query

说明

string ingres_escape_string ( resource $link , string $source_string )

ingres_escape_string() is used to escape certain characters within a string before it is sent to the database server.

参数

link

The connection link identifier

source_string

The source string to be parsed

返回值

Returns a string containing the escaped data.

范例

Example #1 Escape special characters for use in a query

Free Web Hosting