pollita Sat Jun 28 20:17:25 2003 EDT Modified files: /phpdoc/en/reference/var/functions empty.xml Log: Logic Typo Index: phpdoc/en/reference/var/functions/empty.xml diff -u phpdoc/en/reference/var/functions/empty.xml:1.6 phpdoc/en/reference/var/functions/empty.xml:1.7 --- phpdoc/en/reference/var/functions/empty.xml:1.6 Sat Jun 21 12:06:19 2003 +++ phpdoc/en/reference/var/functions/empty.xml Sat Jun 28 20:17:25 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 --> <refentry id="function.empty"> <refnamediv> @@ -19,7 +19,7 @@ <literal>"0"</literal>, &null;, &false;, <literal>array()</literal>, <literal>var $var;</literal>, and objects with empty properties, are all considered empty. &true; is returned if <parameter>var</parameter> - is not empty. + is empty. </para> <para> <function>empty</function> is the opposite of
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php