[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-filter-append.xml
by Nuno Lopes other posts by this author
Dec 3 2005 12:01PM messages near this date
[PHP-DOC] #35535 [Opn->Ver]: PDO PHP 5.0.x install instructions need updating
|
[PHP-DOC] #35532 [Opn]: stream_filter_append documentation page fopen error
nlopess Sat Dec 3 15:00:57 2005 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-filter-append.xml
Log:
fix #35532: fix example
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-filter-append.xml?r1
=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/stream/functions/stream-filter-append.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.15 phpdoc/en/referen
ce/stream/functions/stream-filter-append.xml:1.16
--- phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.15 Tue Feb 22 02:59:33 2
005
+++ phpdoc/en/reference/stream/functions/stream-filter-append.xml Sat Dec 3 15:00:56 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<refentry id="function.stream-filter-append">
<refnamediv>
<refname> stream_filter_append</refname>
@@ -50,7 +50,7 @@
<![CDATA[
<?php
/* Open a test file for reading and writing */
-$fp = fopen("test.txt", "rw");
+$fp = fopen('test.txt', 'w+');
/* Apply the ROT13 filter to the
* write filter chain, but not the
|