Files
php-doc-ru/reference/array/book.xml
Mikhail Alferov 01fd1e80af Update reference/array/functions to En (#1068)
* Update book.xml to en

* Update array-combine.xml to en

* Update array-diff.xml to en

* Update array-fill.xml to en

* Update array-is-list.xml to en

* Update array-map.xml to en

* Update array-merge.xml to en

* Update array-multisort.xml to en

* Update array-pad.xml to en

* Update array-search.xml to en

* Update array-splice.xml to en

* Update array-udiff-uassoc.xml to en

* Update array.xml to en

* Update count.xml to en

* Update current.xml to en

* Update each.xml to en

* Update in-array.xml to en

* Update list.xml to en

* Update next.xml to en

* Update prev.xml to en

* Update usort.xml to en
2025-05-09 09:05:53 +03:00

53 lines
2.4 KiB
XML
Raw Permalink 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: 2e60c5134e7a847c99f81eb3f7ecee1f5efeeace Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.array" xmlns="http://docbook.org/ns/docbook" annotations="interactive">
<?phpdoc extension-membership="core" ?>
<title>Массивы</title>
<preface xml:id="intro.array">
&reftitle.intro;
<para>
Эти функции помогают взаимодействовать с массивами и манипулировать
массивами набором способов. Массивы составляют основу хранения наборов переменных,
управления и работы с переменными.
</para>
<para>
PHP поддерживает одно- и многомерные массивы, которые создают пользователи
или возвращают функции. Язык включает как функции для работы с базами данных,
которые заполняют массивы данными из результатов запроса к БД,
так и функции, которые обрабатывают другие данные наподобие массивов или строк файла и возвращают результат обработки как массив.
</para>
<para>
Раздел руководства «<link linkend="language.types.array">Массивы</link>» подробно рассказывает о структуре массивов в PHP
и как с массивами работают. Раздел «<link linkend="language.operators.array">Операторы для работы с массивами</link>» рассказывает
о способах управления массивами.
</para>
</preface>
&reference.array.constants;
&reference.array.sorting;
&reference.array.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
-->