From b6b76556640fb970fdebead33bc42ab2aa83eb93 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sat, 23 Mar 2002 07:19:38 +0000 Subject: [PATCH] changed return value from mysql_get_server_info, typo fixed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74797 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index a894bf24a8..59c964b5ba 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -2211,14 +2211,14 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) { Description - intmysql_get_server_info + stringmysql_get_server_info resourcelink_identifier mysql_get_server_info returns the server version used by connection link_identifier. If - link_identifier is omited, the last opened + link_identifier is omitted, the last opened connection will be used.