mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
* Updates to reference/gmp/ due to updates in english manuals * Updates to outdated files in reference/ibase/ * Updates to outdated files in reference/image/ * Updates to outdated files in reference/info/ * Updates to outdated files in reference/intl/
47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: leonardolara Status: ready --><!-- CREDITS: fernandoc,felipe,leonardolara -->
|
|
|
|
<book xml:id="book.info" xmlns="http://docbook.org/ns/docbook">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>Informações e Opções do PHP</title>
|
|
<titleabbrev>Opções/Info do PHP</titleabbrev>
|
|
|
|
<preface xml:id="intro.info">
|
|
&reftitle.intro;
|
|
<para>
|
|
Estas funções permitem obter muitas informações sobre o PHP em si,
|
|
por exemplo, configurações em tempo de execução, extensões carregadas, versão e muito mais.
|
|
Também podem ser encontradas funções para definir opções para o PHP em execução.
|
|
A função que é provavelmente a mais conhecida do PHP - <function>phpinfo</function> -
|
|
pode ser encontrada aqui.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.info.setup;
|
|
&reference.info.constants;
|
|
&reference.info.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
|
|
-->
|
|
|