mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 04:12:21 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@260475 c90b9560-bf6c-de11-be94-00142212c4b1
57 lines
1.6 KiB
XML
57 lines
1.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.11 $ -->
|
|
<!-- EN-Revision: 1.9 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<refentry xml:id="function.mcrypt-generic-end" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>mcrypt_generic_end</refname>
|
|
<refpurpose>Termine un chiffrement</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>mcrypt_generic_end</methodname>
|
|
<methodparam><type>resource</type><parameter>td</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<warning>
|
|
<para>
|
|
Cette fonction est obsolète, utilisez <function>mcrypt_generic_deinit</function>
|
|
à la place. Elle peut causer des crashes lorsqu'elle est utilisée avec
|
|
<function>mcrypt_module_close</function> à cause d'une multitude de tampons
|
|
libres.
|
|
</para>
|
|
</warning>
|
|
</para>
|
|
<para>
|
|
<function>mcrypt_generic_end</function> termine le chiffrement
|
|
désigné par le pointeur <parameter>td</parameter>. En fait,
|
|
elle supprime tous les buffers, et ferme les modules utilisés.
|
|
Retourne &false; si une erreur survient, ou &true; en cas de succès.
|
|
</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
|
|
-->
|