Files
archived-doc-pt-br/reference/stream/filters.xml
Leonardo Lara Rodrigues cf27151e17 Tranlations to many oudated/abandoned/missing pages (#360)
* Updates to abandoned/outdated pages in reference/array/functions/

* Updates to outdated/abandoned pages and new translations in reference/classobj/

* Updates to abandoned/outdated pages in reference/ctype/

* Correction to double-byte UTF-8 character which is similar to 'E'

* Correction of translation

* Updates to abandoned/outdated files and new translations in reference/dir/

* Updates to abandoned/outdated files in reference/mysqli/

* New translation of reference/sockets/functions/socket-atmark.xml

* New translation of reference/stream/*

* Corrections after QA scripts

* Delete reference/stream/versions.xml

Arquivo marcado para não tradução.

---------

Co-authored-by: LEONARDO LARA RODRIGUES <leonardolara@github.com>
Co-authored-by: alfsb <alfsb@users.noreply.github.com>
2023-11-23 14:00:30 -03:00

38 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: a3bb15df3f8dd9657471db4d4f1ecd67a7c552e9 Maintainer: leonardolara Status: ready -->
<chapter xml:id="stream.filters">
<title>Filtros de Fluxo</title>
<simpara>
Um <literal>filtro</literal> é uma peça final de código que pode realizar
operações em dados enquanto eles são lidos de ou escritos em um fluxo.
Qualquer quantidade de filtros pode ser empilhada em um fluxo. Filtros
personalizados podem ser definidos em um script PHP usando
<function>stream_filter_register</function> ou em uma extensão.
Para acessar a lista de filtros atualmente
registrados, use a função <function>stream_get_filters</function>.
</simpara>
</chapter>
<!-- 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
-->