mirror of
https://github.com/php/doc-pl.git
synced 2026-03-25 23:52:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/pl/trunk@85097 c90b9560-bf6c-de11-be94-00142212c4b1
91 lines
2.5 KiB
XML
91 lines
2.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-2"?>
|
|
<!-- EN-Revision: 1.5 Maintainer: leszek Status: ready -->
|
|
<!-- $Revision: 1.4 $ -->
|
|
<reference id="ref.array">
|
|
<title>Tablice</title>
|
|
<titleabbrev>Tablice</titleabbrev>
|
|
|
|
<partintro>
|
|
<section 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.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="array.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section id="array.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
<section id="array.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="array.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
<section id="array.constants">
|
|
&reftitle.constants;
|
|
<para>
|
|
Sta³e <constant>CASE_UPPER</constant> i <constant>CASE_LOWER</constant>
|
|
s± u¿ywane w funkcji <function>array_change_key_case</function>. S± one
|
|
u¿ywane odpowiednio do zmiany wielko¶ci liter na du¿e lub ma³e.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="array.seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
Patrz tak¿e: <function>is_array</function>, <function>explode</function>,
|
|
<function>implode</function>, <function>split</function>, i
|
|
<function>join</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
|
|
-->
|
|
|