Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
string sasql_real_escape_string( sasql_conn $conn, string $str )
指定された文字列内の特殊文字をすべてエスケープします。エスケープされる特殊文字は、\r、\n、'、"、;、\、および NULL 文字です。
$conn 接続関数から返される接続リソース。
$string エスケープする文字列。
エスケープされた文字列。エラーの場合は FALSE。