mirror of
https://github.com/php/doc-es.git
synced 2026-03-24 07:22:16 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@125957 c90b9560-bf6c-de11-be94-00142212c4b1
89 lines
2.3 KiB
XML
89 lines
2.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!-- EN-Revision: 1.8 Maintainer: rafael Status: ready -->
|
|
|
|
<reference id="ref.array">
|
|
<title>Funciones de matrices</title>
|
|
<titleabbrev>Matrices</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="array.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Estas funciones permiten trabajar y manipular matrices (arrays) de
|
|
diferentes maneras. Las matrices se utilizan para guardar, manejar
|
|
y operar grupos de variables.
|
|
</para>
|
|
<para>
|
|
Matrices simples y multi-dimensionales están soportadas y
|
|
pueden ser creadas por el usuario u otras funciones. Existen
|
|
funciones específicas de manejo de bases de datos que
|
|
actualizan matrices con el resultado devuelto por la base de datos,
|
|
numerosas otras funciones devuelven matrices como resultado.
|
|
</para>
|
|
<para>
|
|
Consultar la sección del manual <link
|
|
linkend="language.types.array">Matrices</link> si quereis una
|
|
explicación detallada de como las matrices están
|
|
implementadas en 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>
|
|
Ver tambien <function>is_array</function>,
|
|
<function>explode</function>, <function>implode</function>,
|
|
<function>split</function>, <function>preg_split</function> y
|
|
<function>join</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
|
|
indent-tabs-mode:nil
|
|
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
|
|
-->
|
|
|