Fix typo in proto.

This commit is contained in:
Sander Roobol 2002-03-24 18:01:41 +00:00
parent a9439b7072
commit 68b18b05fe

View File

@ -1509,7 +1509,7 @@ PHP_FUNCTION(mysql_escape_string)
/* }}} */
/* {{{ proto string mysql_real_escape_string(string to_be_escaped, [int link_identifier])
Escape special characters in a string for ise in a SQL statement, taking into account the current charset of the connection */
Escape special characters in a string for use in a SQL statement, taking into account the current charset of the connection */
PHP_FUNCTION(mysql_real_escape_string)
{
zval *mysql_link = NULL;