Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
string sasql_escape_string( sasql_conn $conn, string $str )
转义所提供的字符串中的所有特殊字符。要转义的特殊字符是 \r、\n、'、"、;、\ 和 NULL 字符。此函数是 sasql_real_escape_string 的别名。
$conn 由连接函数返回的连接资源。
$string 要转义的字符串。
已转义字符串。