Files
doc-fr/language/wrappers/phar.xml
2020-11-01 03:26:56 +00:00

120 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cdaea0421544885f02ff3d36bd203dc01b78299e Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="wrappers.phar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
<refname>phar://</refname>
<refpurpose>Archive PHP</refpurpose>
</refnamediv>
<refsect1 role="description"><!-- {{{ -->
&reftitle.description;
<simpara>
Le gestionnaire de flux <filename>phar://</filename>.
Voyez <link linkend="phar.using.stream">gestionnaire de flux Phar</link>
pour une description détaillée.
</simpara>
</refsect1><!-- }}} -->
<refsect1 role="usage"> <!-- {{{ -->
&reftitle.usage;
<itemizedlist>
<listitem><simpara><filename>phar://</filename></simpara></listitem>
</itemizedlist>
</refsect1> <!-- }}} -->
<refsect1 role="options"><!-- {{{ -->
&reftitle.options;
<para>
<table>
<title>Résumé du gestionnaire</title>
<tgroup cols="2">
<thead>
<row>
<entry>Attribut</entry>
<entry>Supporté</entry>
</row>
</thead>
<tbody>
<row>
<entry>Restreint par <link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
<entry>Non</entry>
</row>
<row>
<entry>Restreint par <link linkend="ini.allow-url-include">allow_url_include</link></entry>
<entry>Non</entry>
</row>
<row>
<entry>Autorise la lecture</entry>
<entry>Oui</entry>
</row>
<row>
<entry>Autorise l'écriture</entry>
<entry>Oui</entry>
</row>
<row>
<entry>Autorise l'ajout</entry>
<entry>Non</entry>
</row>
<row>
<entry>Autorise la lecture et l'écriture simultanément</entry>
<entry>Oui</entry>
</row>
<row>
<entry>Support de la fonction <function>stat</function></entry>
<entry>Oui</entry>
</row>
<row>
<entry>Support de la fonction <function>unlink</function></entry>
<entry>Oui</entry>
</row>
<row>
<entry>Support de la fonction <function>rename</function></entry>
<entry>Oui</entry>
</row>
<row>
<entry>Support de la fonction <function>mkdir</function></entry>
<entry>Oui</entry>
</row>
<row>
<entry>Support de la fonction <function>rmdir</function></entry>
<entry>Oui</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</refsect1> <!-- }}} -->
<refsect1 role="seealso"><!-- {{{ -->
&reftitle.seealso;
<simplelist>
<member><xref linkend="context.phar" /></member>
</simplelist>
</refsect1><!-- }}} -->
</refentry>
<!-- 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:"~/.phpdoc/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
-->