mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
* 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>
49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: leonardolara Status: ready -->
|
|
|
|
<chapter xml:id="stream.contexts" xmlns="http://docbook.org/ns/docbook">
|
|
<title>Contextos de Fluxo</title>
|
|
<simpara>
|
|
Um <literal>contexto</literal> é um conjunto de <literal>parâmetros</literal> e
|
|
<literal>opções</literal> específicas do empacotador que modifica ou melhora
|
|
o comportamento de um fluxo. <literal>Contextos</literal> são criados pela função
|
|
<function>stream_context_create</function> e podem ser passados à maioria
|
|
das funções de criação de fluxos relacionados a sistemas de arquivos (ex.: <function>fopen</function>,
|
|
<function>file</function>, <function>file_get_contents</function>, etc.).
|
|
</simpara>
|
|
<simpara>
|
|
<literal>Opções</literal> podem ser especificadas ao chamar
|
|
<function>stream_context_create</function>, ou posteriormente usando
|
|
<function>stream_context_set_option</function>.
|
|
Uma lista de <literal>opções</literal> específicas para empacotadores pode ser encontrada no
|
|
capítulo <xref linkend="context" />.
|
|
</simpara>
|
|
<simpara>
|
|
<literal>Parâmetros</literal> podem ser especificados para
|
|
<literal>contextos</literal> usando-se a função
|
|
<function>stream_context_set_params</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
|
|
-->
|
|
|