2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-10 17:06:11 +00:00
|
|
|
<!-- $Revision: 1.14 $ -->
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- Purpose: fileprocess.file -->
|
|
|
|
<!-- Membership: core -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.filesystem" xmlns="http://docbook.org/ns/docbook">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>Filesystem Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>Filesystem</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="filesystem.intro">
|
2002-05-06 07:19:36 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="filesystem.requirements">
|
2002-05-06 07:19:36 +00:00
|
|
|
&reftitle.required;
|
2003-12-07 15:24:29 +00:00
|
|
|
<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>
|
2002-05-06 07:19:36 +00:00
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="filesystem.installation">
|
2002-05-06 07:19:36 +00:00
|
|
|
&reftitle.install;
|
|
|
|
&no.install;
|
|
|
|
</section>
|
|
|
|
|
2002-09-30 00:09:47 +00:00
|
|
|
&reference.filesystem.ini;
|
2002-05-06 07:19:36 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="filesystem.resources">
|
2002-05-06 07:19:36 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2003-02-23 16:02:44 +00:00
|
|
|
&reference.filesystem.constants;
|
2002-05-06 07:19:36 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="filesystem.seealso">
|
2002-05-06 07:19:36 +00:00
|
|
|
&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>
|
2002-09-24 02:53:08 +00:00
|
|
|
<simpara>
|
|
|
|
For a list and explanation of the various URL wrappers that can be used
|
|
|
|
as remote files, see also <xref linkend="wrappers"/>.
|
|
|
|
</simpara>
|
2002-05-06 07:19:36 +00:00
|
|
|
</section>
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.filesystem.entities.functions;
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
</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
|
|
|
|
-->
|