diff options
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 bd664d9fce..2f45ed70a2 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -2206,7 +2206,7 @@ PHP_FUNCTION(mysql_free_result) } /* }}} */ -/* {{{ proto resource mysql_ping([int link_identifier]) +/* {{{ proto bool mysql_ping([int link_identifier]) Ping a server connection. If no connection then reconnect. */ PHP_FUNCTION(mysql_ping) { |