mysql_query()与mysql_real_query()

mysql_query() cannot be used for statements that contain binary data; you must use mysql_real_query() instead. (Binary data may contain the “\” character, which mysql_query() interprets as the end of the statement string.) In addition, mysql_real_query() is faster than mysql_query() because it does not call strlen() on the statement string. 
上一篇:1164: 零起点学算法71——C语言合法标识符(存在问题)


下一篇:[hadoop in Action] 第3章 Hadoop组件