diff options
author | Sander Roobol <sander@php.net> | 2002-03-24 18:19:31 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-03-24 18:19:31 +0000 |
commit | f12dfba7e0b61a32bb206249a25e4eb8c416a731 (patch) | |
tree | 5c46d0e9140119223c2ab85c1af376ae11ebb9cc /ext/mysql/php_mysql.c | |
parent | 5ee65bd8f5e6b3b205bc3eb08e019f2a15c07a35 (diff) | |
download | php-git-f12dfba7e0b61a32bb206249a25e4eb8c416a731.tar.gz |
Fixed tiny mistake in proto (tnx to Egon for spotting it).
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 9afe9199d8..f4c5f56822 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1508,7 +1508,7 @@ PHP_FUNCTION(mysql_escape_string) } /* }}} */ -/* {{{ proto string mysql_real_escape_string(string to_be_escaped, [int link_identifier]) +/* {{{ proto string mysql_real_escape_string(string to_be_escaped [, int link_identifier]) 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) { |