someone has the wrong <note> syntax on the brain. please do a make

test before commiting, especially to the english docs!


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42850 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-03-07 03:45:30 +00:00
parent d277e813d9
commit 093918c1d2

View file

@ -1135,14 +1135,14 @@ $fcontents = join ('', file ('http://www.php.net'));
</listitem>
</itemizedlist>
</para>
<para>
<note>
<note>
<para>
The <parameter>mode</parameter> may contain the letter
'b'. This is useful only on systems which differentiate between
binary and text files (i.e. Windows. It's useless on Unix).
If not needed, this will be ignored.
</note>
</para>
</para>
</note>
<para>
You can use the optional third parameter and set it to "1", if
you want to search for the file in the <link
@ -1286,13 +1286,13 @@ fclose ($fd);
</programlisting>
</informalexample>
</para>
<para>
<note>
<note>
<para>
On systems which differentiate between binary and text files
(i.e. Windows) the file must be opened with 'b' included in
<function>fopen</function> mode parameter.
</note>
</para>
</para>
</note>
<para>
<informalexample>
<programlisting role="php">