<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- Purpose: fileprocess.file -->
<!-- Membership: core -->

 <reference xml:id="ref.filesystem" xmlns="http://docbook.org/ns/docbook">
  <title>Filesystem Functions</title>
  <titleabbrev>Filesystem</titleabbrev>

  <partintro>
   <section xml:id="filesystem.intro">
   &reftitle.intro;
    <para>
    </para>
   </section>

   <section xml:id="filesystem.requirements">
    &reftitle.required;
    <para>
     No external libraries are needed to build this extension, but if you want
     PHP to support LFS (large files) on Linux, then you need to have a recent
     glibc and you need compile PHP with the following compiler flags:
     <literal>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</literal>.
    </para>
   </section>
   
   <section xml:id="filesystem.installation">
    &reftitle.install;
    &no.install;
   </section>

   &reference.filesystem.ini;

   <section xml:id="filesystem.resources">
    &reftitle.resources;
     <para>
     </para>
   </section>

   &reference.filesystem.constants;

   <section xml:id="filesystem.seealso">
   &reftitle.seealso;
    <simpara>
     For related functions, see also the <link linkend="ref.dir">Directory</link>
     and <link linkend="ref.exec">Program Execution</link> sections.
    </simpara>
    <simpara>
     For a list and explanation of the various URL wrappers that can be used
     as remote files, see also <xref linkend="wrappers"/>.
    </simpara>
   </section>

  </partintro>

&reference.filesystem.entities.functions;

 </reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->