cvs: phpdoc-it /reference/filesystem/functions fwrite.xml

View: New views
1 Messages — Rating Filter:   Alert me  

cvs: phpdoc-it /reference/filesystem/functions fwrite.xml

by Kalle Sommer Nielsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

kalle Thu Dec  4 06:00:49 2008 UTC

  Modified files:              
    /phpdoc-it/reference/filesystem/functions fwrite.xml
  Log:
  Fixed bug #46651 ([IT] Code example translated wrong for fwrite)
 
http://cvs.php.net/viewvc.cgi/phpdoc-it/reference/filesystem/functions/fwrite.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc-it/reference/filesystem/functions/fwrite.xml
diff -u phpdoc-it/reference/filesystem/functions/fwrite.xml:1.7 phpdoc-it/reference/filesystem/functions/fwrite.xml:1.8
--- phpdoc-it/reference/filesystem/functions/fwrite.xml:1.7 Sat Jun 23 13:27:41 2007
+++ phpdoc-it/reference/filesystem/functions/fwrite.xml Thu Dec  4 06:00:49 2008
@@ -63,7 +63,7 @@
     }
 
     // Scrive $somecontent nel file aperto.
-    if (!fwrite($handle, $somecontent) ===FALSE) {
+    if (fwrite($handle, $somecontent) === FALSE) {
         echo "Non si riesce a scrivere nel file ($filename)";
         exit;
     }



--
PHP Italian Documentation Mailing List (http://php.net/manual/it/)
To unsubscribe, visit: http://www.php.net/unsub.php