1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
archived-doc-es/reference/igbinary/book.xml
2025-05-08 22:54:08 +02:00

48 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ca1c139b220ddf41168716e863c4221ecd19adbb Maintainer: PhilDaiguille 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 es una mejora del proceso estándar de serialización de datos de PHP que no requiere
ningún cambio de configuración.
En lugar de la representación textual, consumidora de tiempo y espacio, utilizada por la función
<function>serialize</function> de PHP, igbinary almacena las estructuras de datos de PHP en un formato binario
compacto.
Los ahorros de memoria son significativos cuando memcached, APCu u otras herramientas de almacenamiento similares
basadas en memoria son utilizadas para los datos serializados.
Las reducciones características de los requisitos de almacenamiento son de aproximadamente 50%.
El porcentaje exacto depende de los datos.
</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
-->