mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-30 04:42:24 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@164338 c90b9560-bf6c-de11-be94-00142212c4b1
78 lines
1.9 KiB
XML
78 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.12 $ -->
|
|
<!-- EN-Revision: 1.11 Maintainer: poz Status: ready -->
|
|
<reference id="ref.filesystem">
|
|
<title>Système de fichiers</title>
|
|
<titleabbrev>Système de fichiers</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="filesystem.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="filesystem.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Aucune bibliothèque externe n'est requise pour avoir cette extension, mais
|
|
si vous voulez le support des grands fichiers <literal>LFS</literal> sur Linux,
|
|
vous devez avoir une version récente de gclib et vous devrez compiler
|
|
&php; avec les options suivantes :
|
|
<literal>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</literal>.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="filesystem.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
&reference.filesystem.ini;
|
|
|
|
<section id="filesystem.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
&reference.filesystem.constants;
|
|
|
|
<section id="filesystem.seealso">
|
|
&reftitle.seealso;
|
|
<simpara>
|
|
Pour les fonctions connexes, voyez aussi la section sur les accès aux
|
|
<link linkend="ref.dir">Dossiers</link> et
|
|
<link linkend="ref.exec">sur les exécutions de programme</link>.
|
|
</simpara>
|
|
<simpara>
|
|
Pour une liste et une explication sur les différents outils d'accès aux
|
|
fichiers distants, voyez aussi <xref linkend="wrappers"/>.
|
|
</simpara>
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
&reference.filesystem.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:
|
|
-->
|
|
|
|
|