1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-24 07:02:06 +01:00
Files
2026-02-20 09:45:20 +01:00

47 lines
1.6 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 un remplaçant interchangeable du sérialiseur standard de PHP.
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
-->