mirror of
https://github.com/php/doc-pt_br.git
synced 2026-04-23 16:18:19 +02:00
080d7bc939
git-svn-id: https://svn.php.net/repository/phpdoc/pt_BR/trunk@142906 c90b9560-bf6c-de11-be94-00142212c4b1
85 lines
2.3 KiB
XML
85 lines
2.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- EN-Revision: 1.10 Maintainer: lucasr Status: ready -->
|
|
|
|
<reference id="ref.array">
|
|
<title>Arrays</title>
|
|
<titleabbrev>Arrays</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="array.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Essas funções permitem a interação e manipulação de arrays de
|
|
várias formas. Arrays são essenciais para armazenar, gerenciar,
|
|
operar sobre um conjunto de variáveis.
|
|
</para>
|
|
<para>
|
|
Arrays simples e multidimensionais (matrizes) são suportados, e podem
|
|
ser criados pelo usuário ou por outras funções.
|
|
Existem diversas funções específicas para bancos de dados para preencher
|
|
arrays com os dados retornados em consultas, e vários outros tipos de funções
|
|
também retornam arrays.
|
|
</para>
|
|
<para>
|
|
Por favor, veja a seção <link linkend="language.types.array">Arrays</link>
|
|
do manual para uma explicação mais detalhada sobre como arrays são
|
|
implementados e utilizados no PHP.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="array.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section id="array.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
<section id="array.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="array.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
&reference.array.constants;
|
|
|
|
<section id="array.seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
Veja também <function>is_array</function>, <function>explode</function>,
|
|
<function>implode</function>, <function>split</function>,
|
|
<function>preg_split</function> e <function>unset</function>.
|
|
</para>
|
|
</section>
|
|
</partintro>
|
|
|
|
&reference.array.functions;
|
|
|
|
</reference>
|
|
<!-- 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
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../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
|
|
-->
|
|
|