Files
doc-fr/reference/array/reference.xml
Damien Seguy 83b589a274 update
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@99059 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-09 22:35:15 +00:00

85 lines
2.2 KiB
XML
Raw 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="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<reference id="ref.array">
<title>Tableaux</title>
<titleabbrev>Tableaux</titleabbrev>
<partintro>
<section id="array.intro">
<title>Introduction</title>
<simpara>
Ces fonctions vous permettent de manipuler et de traiter les tableaux
de nombreuses fa&ccedil;ons. Les tableaux sont tr&egrave;s efficaces
d&egrave;s qu'il s'agit de stocker, g&eacute;rer et traiter des
donn&eacute;es en groupe.
</simpara>
<simpara>
Les tableaux simples et multi-dimensionnels sont support&eacute;s et peuvent
&ecirc;tre cr&eacute;&eacute;s par l'utilisateur, ou par une fonction. Il y a
des fonctions sp&eacute;cifiques qui remplissent des tableaux &agrave; partir
de r&eacute;sultats de requ&ecirc;tes, et de nombreuses fonctions retournent
un tableau.
</simpara>
<para>
Reportez vous ˆ la section <link linkend="language.types.array">Tableaux</link>
du manuel pour des explications dŽtaillŽes sur l'implŽmentation des tableaux
en 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>
&reference.array.constants;
<section id="array.seealso">
&reftitle.seealso;
<para>
Voir aussi
<function>is_array</function>,
<function>explode</function>,
<function>implode</function>,
<function>split</function>,
<function>preg_split</function> et
<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
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->