string sasql_real_escape_string( sasql_conn $conn, string $str )
Escapes all special characters in the supplied string. The special characters that are escaped are \r, \n, ', ", ;, \, and the NULL character.
$conn The connection resource returned by a connect function.
$string The string to be escaped.
The escaped string or FALSE on error.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |