From d4b6291ea6e12b987093609a26c946bf5821ef6e Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Wed, 2 Aug 2000 15:15:29 +0000 Subject: [PATCH] grammatical changes and clarification, misc asthetic changes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29490 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 300ffaf1d9..7ec589c8a6 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -63,7 +63,7 @@ mysql_change_user - Change logged in user on active connection + Change logged in user of the active connection @@ -87,11 +87,11 @@ mysql_change_user changes the logged in user - on the current active connection, or, if specified on the - connection given by the link identifier. If a database is + of the current active connection, or the connection given by the + optional parameter link_identifier. If a database is specified, this will default or current database after the user - has been changed. If the new user/password combination fails to - be authorized the current connected user stays active. + has been changed. If the new user and password authorization fails, + the current connected user stays active. This function was introduced in PHP 3.0.13 and requires MySQL 3.23.3 or higher. @@ -101,7 +101,7 @@ mysql_close - close MySQL connection + Close MySQL connection Description @@ -350,7 +350,7 @@ mysql_db_query - Send an MySQL query to MySQL + Send a MySQL query Description @@ -424,7 +424,7 @@ mysql_errno - Returns the number of the error message from previous + Returns the numerical value of the error message from previous MySQL operation @@ -1101,7 +1101,7 @@ mysql_close(); mysql_list_dbs - List databases available on on MySQL server + List databases available on a MySQL server @@ -1342,7 +1342,7 @@ mysql_close(); mysql_query - Send an SQL query to MySQL + Send a MySQL query Description