1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-25 08:12:14 +01:00
Files
archived-doc-ru/reference/array/reference.xml
2007-12-10 17:13:08 +00:00

88 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1.8 Maintainer: tronic Status: ready -->
<!-- $Revision: 1.6 $ -->
<reference xml:id="ref.array" xmlns="http://docbook.org/ns/docbook">
<title>Функции для работы с массивами</title>
<titleabbrev>Массивы</titleabbrev>
<partintro>
<section xml:id="array.intro">
&reftitle.intro;
<para>
Эти функции позволят вам различными способами оперировать
с массивами. Массивы идеально подходят для хранения,
изменения и работы с наборами переменных.
</para>
<para>
Поддерживаются одно- и многоразмерные массивы, как созданные
пользователем, так и возвращенные в качестве результата
какой-либо функцией. Существуют специальные функции
для работы с базами данных, облегчающие работу
с массивами данных, возвращаемых в результате выполнения запросов;
также существуют функции, возвращающие массивы в качестве результата.
</para>
<para>
Чтобы получить больше сведений о том, каким образом создаются
и используются массивы в PHP, обратитесь к главе
<link linkend="language.types.array">Массивы</link> данного
руководства.
</para>
</section>
<section xml:id="array.requirements">
&reftitle.required;
&no.requirement;
</section>
<section xml:id="array.installation">
&reftitle.install;
&no.install;
</section>
<section xml:id="array.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="array.resources">
&reftitle.resources;
&no.resource;
</section>
&reference.array.constants;
<section xml:id="array.seealso">
&reftitle.seealso;
<para>
См.также <function>is_array</function>, <function>explode</function>,
<function>implode</function>, <function>split</function>,
<function>preg_split</function> и <function>join</function>.
</para>
</section>
</partintro>
&reference.array.entities.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
-->