1
0
mirror of https://github.com/php/doc-pl.git synced 2026-03-25 23:52:07 +01:00
Files
archived-doc-pl/reference/array/reference.xml
2007-12-10 17:12:31 +00:00

88 lines
2.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.14 Maintainer: leszek Status: ready -->
<!-- $Revision: 1.11 $ -->
<!-- Purpose: basic.vartype -->
<!-- Membership: core -->
<reference xml:id="ref.array" xmlns="http://docbook.org/ns/docbook">
<title>Tablice</title>
<titleabbrev>Tablice</titleabbrev>
<partintro>
<section xml:id="array.intro">
&reftitle.intro;
<para>
Funkcje te pozwalaj± na operowanie i manipulowanie tablicami na wiele
ró¿nych sposobów. Tablice s± kluczowym elementem przechowywania,
zarz±dzania i operowania na zbiorach zmiennych.
</para>
<para>
Obs³ugiwane s± proste i wielowymiarowane tablice, które mog± byæ stworzone
przez u¿ytkownika lub przez funkcjê. Istniej± specjalne funkcje obs³ugi
baz danych odpowiedzialne za wype³nianie tablic danymi z zapytañ do baz
danych, a tak¿e kilka innych funkcji zwracaj±cych tablice.
</para>
<para>
Zobacz rozdzia³ podrêcznika <link linkend="language.types.array">Tablice
</link> aby uzyskaæ dok³adne wyja¶nienie jak tablice zosta³y
zaimplementowane i jak siê ich u¿ywa w PHP. Inne metody przetwarzania
tablic zosta³y opisane w rozdziale <link
linkend="language.operators.array">operatory tablicowe</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>
Patrz tak¿e: <function>is_array</function>, <function>explode</function>,
<function>implode</function>, <function>split</function>,
<function>preg_split</function> i <function>unset</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
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
-->