mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!-- EN-Revision: ca1c139b220ddf41168716e863c4221ecd19adbb Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
|
|
<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 é um substituto para o serializador PHP padrão.
|
|
Em vez da representação textual que consome tempo e espaço usada pelo <function>serialize</function> do PHP,
|
|
o igbinary armazena estruturas de dados PHP em um formato binário compacto.
|
|
A economia de memória é significativa ao usar memcached, APCu
|
|
ou armazenamentos baseados em memória semelhantes para dados serializados.
|
|
A redução típica nos requisitos de armazenamento é de cerca de 50%.
|
|
A porcentagem exata depende dos dados.
|
|
</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
|
|
-->
|