(PECL ingres >= 2.1.0)
ingres_escape_string — Escape special characters for use in a query
$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.