1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-24 15:12:13 +01:00
Files
archived-doc-fr/reference/igbinary/book.xml
Samuel NELA ab29eee1aa Fix typos in magic methods documentation and change translation of serialization (#611)
Stop using "linéarisation" and instead use "sérialisation"
2023-09-20 22:11:41 +01:00

48 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ca1c139b220ddf41168716e863c4221ecd19adbb Maintainer: moradZahid Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.igbinary" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>Igbinary</title>
<titleabbrev>Igbinary</titleabbrev>
<preface xml:id="intro.igbinary">
&reftitle.intro;
<simpara>
Igbinary est une amélioration du processus standard de sérialisation de données de PHP qui ne nécessite
aucun changement de configuration.
Au lieu de la représentation textuelle, consommatrice de temps et d'espace, utilisée par la fonction
<function>serialize</function> de PHP, igbinary stocke les structures de données PHP sous une forme binaire
compacte.
Les économies de mémoire sont significatives lorsque memcached, APCu ou d'autres outils de stockage similaires
basés sur la mémoire sont utilisés pour les données sérialisées.
Les réductions caractéristiques des besoins de stockage sont d'environ 50%.
Le pourcentage exact dépend des données.
</simpara>
</preface>
&reference.igbinary.setup;
&reference.igbinary.reference;
</book>
<!-- 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
-->