Files
doc-fr/reference/http/HttpDeflateStream/construct.xml
Yannick Torres f8d83fa10c sync with EN (docBook update)
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@240154 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-22 19:16:28 +00:00

73 lines
1.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- EN-Revision: 1.5 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.HttpDeflateStream-construct" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>HttpDeflateStream::__construct</refname>
<refpurpose>Constructeur de la classe HttpDeflateStream</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier>
<type>void</type><methodname>HttpDeflateStream::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags = 0</parameter></methodparam>
</methodsynopsis>
<para>
Créé une nouvelle instance de l'objet HttpDeflateStream.
</para>
<para>
Voir la <link linkend="http.HttpDeflateStream.constants">table des constantes des flux</link>
pour les <parameter>flags</parameter> possibles.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>flags</parameter></term>
<listitem>
<para>
flags d'initialisation
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><link linkend="function.HttpDeflateStream-factory"><function>HttpDeflateStream::factory</function></link></member>
</simplelist>
</para>
</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:"../../../../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
-->