mirror of
https://github.com/php/doc-pl.git
synced 2026-03-25 23:52:07 +01:00
- All id attributes are now xml:id - Add docbook namespace to all root elements - Replace <ulink /> with <link xlink:href /> - Minor markup fixes here and there - Bump EN-Revision where appropriate git-svn-id: https://svn.php.net/repository/phpdoc/pl/trunk@238334 c90b9560-bf6c-de11-be94-00142212c4b1
88 lines
2.5 KiB
XML
88 lines
2.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-2"?>
|
|
<!-- EN-Revision: 1.14 Maintainer: leszek Status: ready -->
|
|
<!-- $Revision: 1.10 $ -->
|
|
<!-- 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.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
|
|
-->
|
|
|