1
0
mirror of https://github.com/php/doc-uk.git synced 2026-03-24 07:02:12 +01:00
Files
archived-doc-uk/reference/array/book.xml
2026-01-11 19:08:51 +00:00

54 lines
2.1 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: mproshchuk Status: ready -->
<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>
Підтримуються прості та багатовимірні масиви, вони можуть створюватись як
користувачами, так і іншими функціями. Є спеціальні функції для заповнення
масивів запитами до баз даних, та декілька функцій, що повертають масиви.
</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
-->