takagi Sat Aug 18 09:01:07 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file.xml
Log:
fix build.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.24
phpdoc/en/reference/filesystem/functions/file.xml:1.25
--- phpdoc/en/reference/filesystem/functions/file.xml:1.24 Sat Aug 18
04:37:18 2007
+++ phpdoc/en/reference/filesystem/functions/file.xml Sat Aug 18 09:01:06 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file">
<refnamediv>
<refname>file</refname>
@@ -80,22 +80,26 @@
<term>
<constant>FILE_TEXT</constant>
</term>
- <term>
- The content is returned in UTF-8 encoding. You can specify a
different
- encoding by creating a custom context. This flag cannot be used with
- <constant>FILE_BINARY</constant>. This flag is only available since
- PHP 6.
- </term>
+ <listitem>
+ <simpara>
+ The content is returned in UTF-8 encoding. You can specify a
different
+ encoding by creating a custom context. This flag cannot be used
with
+ <constant>FILE_BINARY</constant>. This flag is only available since
+ PHP 6.
+ </simpara>
+ </listitem>
</varlistentry>
<varlistentry>
<term>
<constant>FILE_BINARY</constant>
</term>
- <term>
- The content is read as binary data. This is the default setting
- and cannot be used with <constant>FILE_TEXT</constant>. This flag is
- only available since PHP 6.
- </term>
+ <listitem>
+ <simpara>
+ The content is read as binary data. This is the default setting
+ and cannot be used with <constant>FILE_TEXT</constant>. This flag
is
+ only available since PHP 6.
+ </simpara>
+ </listitem>
</varlistentry>
</variablelist>
</para>