23.04.2013, 17:58
You have an error in the documentation:
Code:
mysql_escape_string Pings the MySQL server. Syntax mysql_escape_string(handle, src[], dest[], dest_len) handle <MySQL > The MySQL handle used for escaping the string. src < [] > The source of the unescaped string. dest < [] > The destination where the escaped string will be stored. dest_len The capacity of the destination. Returns The length of the escaped string. Remarks Estimated stack usage 1 cells