What does the \x1a characters mean

前端 未结 5 830
庸人自扰
庸人自扰 2021-02-19 08:36

What does the \\x1a character mean and why does mysql_real_escape_string escape it?

From the documentation:

mysql_real_e

5条回答
  •  一个人的身影
    2021-02-19 08:44

    This is is because of an empty line et the eof file the program try to read the values in the empty line and read \x1a

提交回复
热议问题