From c371e1187856c8c9cd43f89eeeafd88c95203830 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 28 Oct 2004 14:08:18 +0000 Subject: [PATCH] grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171446 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-affected-rows.xml | 4 ++-- reference/var/functions/empty.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index ccf974fb4e..04d1cab9db 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@ were literally affected by the query. - REPLACE statement deletes the record with the same primary key first and + The REPLACE statement first deletes the record with the same primary key and then inserts the new record. This function returns the number of deleted records plus the number of inserted records. diff --git a/reference/var/functions/empty.xml b/reference/var/functions/empty.xml index 990594d058..ba0711a674 100644 --- a/reference/var/functions/empty.xml +++ b/reference/var/functions/empty.xml @@ -1,5 +1,5 @@ - + @@ -18,8 +18,8 @@ otherwords, "", 0, "0", &null;, &false;, array(), and var $var; are all considered empty. In PHP 4 and - earlier also objects with empty properties are considered empty while - not in PHP 5. &true; is returned if var is empty. + earlier, objects with empty properties are considered empty. This is not + the case in PHP 5. &true; is returned if var is empty. empty is the opposite of