Date: 09/29/00
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /en/functions aspell.xml http.xml hw.xml ifx.xml imap.xml info.xml mysql.xml /ja/appendices phpdevel.xml /ja/chapters intro.xml /ja/features error-handling.xml file-upload.xml /ja/functions aspell.xml cpdf.xml cybercash.xml datetime.xml http.xml hw.xml ibase.xml ifx.xml image.xml imap.xml info.xml math.xml mysql.xml network.xml pdf.xml posix.xml recode.xml strings.xml swf.xml var.xml yaz.xml /ja/language control-structures.xml functions.xml operators.xml variables.xml"
- Previous message: netad <email protected>: "[PHP-DOC] Schwangerschaft bei Big Brother?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sniper Fri Sep 29 16:08:49 2000 EDT
Modified files:
/phpdoc/en/functions var.xml
Log:
Cleaning docs for empty().
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.29 phpdoc/en/functions/var.xml:1.30
--- phpdoc/en/functions/var.xml:1.29 Tue Sep 19 14:09:41 2000
+++ phpdoc/en/functions/var.xml Fri Sep 29 16:08:49 2000
@@ -58,11 +58,13 @@
<informalexample>
<programlisting role="php">
$var = 0;
-if (empty($var)) { #evaluates true
- print '$var is either 0 or not at all set';
+
+if (empty($var)) { // evaluates true
+ echo '$var is either 0 or not set at all';
}
+
if (!isset($var)) { // evaluates false
- print 'The $var is not set at all';
+ echo '$var is not set at all';
}
</programlisting>
</informalexample>
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /en/functions aspell.xml http.xml hw.xml ifx.xml imap.xml info.xml mysql.xml /ja/appendices phpdevel.xml /ja/chapters intro.xml /ja/features error-handling.xml file-upload.xml /ja/functions aspell.xml cpdf.xml cybercash.xml datetime.xml http.xml hw.xml ibase.xml ifx.xml image.xml imap.xml info.xml math.xml mysql.xml network.xml pdf.xml posix.xml recode.xml strings.xml swf.xml var.xml yaz.xml /ja/language control-structures.xml functions.xml operators.xml variables.xml"
- Previous message: netad <email protected>: "[PHP-DOC] Schwangerschaft bei Big Brother?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

