mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
changed prototype for mysql_real_escape_string
This commit is contained in:
parent
4211c9fed2
commit
c47244cd8a
1 changed files with 2 additions and 1 deletions
|
@ -1509,7 +1509,8 @@ PHP_FUNCTION(mysql_escape_string)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto string mysql_real_escape_string(string to_be_escaped, [int link_identifier])
|
||||
Escape string for mysql_query */
|
||||
Escape special characters in a string for ise in a SQL statement, taking into account the
|
||||
current charset of the connection */
|
||||
PHP_FUNCTION(mysql_real_escape_string)
|
||||
{
|
||||
zval *mysql_link = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue