mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
88 lines
2.5 KiB
XML
88 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<appendix xml:id="iconv.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
<para>
|
|
Il est possible d'identifier durant l'exécution,
|
|
la version de la bibliothèque iconv que vous utilisez.
|
|
<table>
|
|
<title>Constantes d'implémentation <literal>iconv</literal></title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Constante</entry>
|
|
<entry>Type</entry>
|
|
<entry>Description</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row xml:id="constant.iconv-impl">
|
|
<entry><constant>ICONV_IMPL</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>Le nom de la bibliothèque</entry>
|
|
</row>
|
|
<row xml:id="constant.iconv-version">
|
|
<entry><constant>ICONV_VERSION</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>La version de la bibliothèque</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
<note>
|
|
<para>
|
|
La programmation de scripts dépendant de versions spécifiques,
|
|
avec ces constantes, est fortement déconseillée.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Les constantes suivantes sont également disponibles :
|
|
<table>
|
|
<title>Autres constantes <literal>iconv</literal></title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Constante</entry>
|
|
<entry>Type</entry>
|
|
<entry>Description</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row xml:id="constant.iconv-mime-decode-strict">
|
|
<entry><constant>ICONV_MIME_DECODE_STRICT</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>Un masque utilisé par <function>iconv_mime_decode</function></entry>
|
|
</row>
|
|
<row xml:id="constant.iconv-mime-decode-continue-on-error">
|
|
<entry><constant>ICONV_MIME_DECODE_CONTINUE_ON_ERROR</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>Un masque utilisé pour <function>iconv_mime_decode</function></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</appendix>
|
|
|
|
<!-- 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:
|
|
-->
|