forked from php/doc-fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preface.xml
54 lines (52 loc) · 1.92 KB
/
preface.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 20921e0003650cf65965d91b038bb98771d49f37 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<preface xml:id="preface" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook">
<info><title>Préface</title>
<abstract>
<simpara>
<acronym>PHP</acronym> est un acronyme récursif, qui signifie
"<literal>PHP: Hypertext Preprocessor</literal>" :
c'est un langage de script HTML, exécuté côté serveur.
Sa syntaxe est empruntée aux langages C, Java et Perl, et est facile
à apprendre. Le but de ce langage est de permettre aux développeurs
web d'écrire des pages dynamiques rapidement, mais vous pouvez
faire beaucoup plus avec PHP.
</simpara>
</abstract>
</info>
<para>
Ce manuel est essentiellement une
<link linkend="funcref">référence des fonctions</link>, mais il contient
aussi des informations de
<link linkend="langref">référence sur le langage</link>, des explications sur
les <link linkend="features">fonctionnalités</link> principales de PHP et
diverses <link linkend="appendices">informations supplémentaires</link>.
</para>
<para>
Vous pouvez télécharger ce manuel sous divers formats,
sur <link xlink:href="&url.php.doc.downloads;">&url.php.doc.downloads;</link>.
Plus d'informations sur ce manuel sont disponibles dans l'appendice
<link linkend="about">À propos du manuel</link>. Si vous voulez découvrir
<link linkend="history">l'histoire de PHP</link>.
</para>
&contributors;
</preface>
<!-- 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:
-->