mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
58 lines
1.9 KiB
XML
58 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,felipe,fernandowobeto,leonardolara -->
|
|
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.readline">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
<title>Readline GNU</title>
|
|
<titleabbrev>Readline</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.readline">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
As funções readline implementam uma interface para
|
|
a biblioteca Readline GNU. Estas são funções que fornecem
|
|
linhas de comando editáveis. Um exeplo é a maneira que o Bash permite
|
|
usar as teclas de setas para inserir caracteres ou navegar pelo
|
|
histórico dos comandos. Por causa da naturesa interativa desta
|
|
biblioteca, ela será de pouco uso para escrever aplicações Web,
|
|
mas pode ser util ao escrever scripts usados a partir de uma
|
|
<link linkend="features.commandline">linha de comando</link>.
|
|
</simpara>
|
|
<simpara>
|
|
A partir do PHP 7.1.0 esta extensão é suportada no Windows.
|
|
</simpara>
|
|
<caution>
|
|
<simpara>
|
|
A extensão readline não é segura para threads! Portanto, o uso dela com qualquer
|
|
SAPI verdadeiramente segura para threads (como mod_winnt do Apache) é fortemente desencorajado.
|
|
</simpara>
|
|
</caution>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.readline.setup;
|
|
&reference.readline.constants;
|
|
&reference.readline.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
|
|
-->
|