mirror of
https://github.com/php/doc-fr.git
synced 2026-03-24 15:12:13 +01:00
60 lines
1.8 KiB
XML
60 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 523a0692f739594aaea8aa3f226f0f4e78b5ae67 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<book xml:id="book.strings" xmlns="http://docbook.org/ns/docbook">
|
|
<?phpdoc extension-membership="core" ?>
|
|
<title>Chaîne de caractères</title>
|
|
|
|
<preface xml:id="intro.strings">
|
|
&reftitle.intro;
|
|
<para>
|
|
Ces fonctions permettent de manipuler des chaînes de caractères
|
|
de différentes façons. Certaines fonctionnalités plus
|
|
spécialisées sont disponibles dans les sections d'<link linkend="book.pcre">expressions
|
|
régulières</link> et de <link linkend="book.url">gestion des URL</link>.
|
|
</para>
|
|
<para>
|
|
Pour plus de détails sur le comportement des chaînes de caractères,
|
|
notamment avec les guillemets simples et doubles, les séquences
|
|
d'échappement, reportez-vous à la section
|
|
<link linkend="language.types.string">Chaînes de caractères</link>
|
|
dans la section <link linkend="language.types">Types</link>.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.strings.setup;
|
|
&reference.strings.constants;
|
|
&reference.strings.reference;
|
|
|
|
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.strings">
|
|
<title>&ChangelogListingTitle;</title>
|
|
<para>&ChangelogListingDescription;</para>
|
|
<?phpdoc generate-changelog-for="ref.strings"?>
|
|
</appendix>
|
|
|
|
</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
|
|
-->
|
|
|