forked from php/doc-en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preface.xml
58 lines (54 loc) · 1.89 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
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<preface xml:id="preface" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns="https://docbook.org/ns/docbook">
<info><title>Preface</title>
<abstract>
<simpara>
<acronym>PHP</acronym>, which stands for "<literal>PHP: Hypertext
Preprocessor</literal>" is a widely-used open source general-purpose
scripting language that is especially suited for web
development and can be embedded into HTML. Its syntax draws
upon C, Java, and Perl, and is easy to learn. The main goal of
the language is to allow web developers to write dynamically
generated web pages quickly, but you can do much more with PHP.
</simpara>
</abstract>
</info>
<para>
This manual consists primarily of a <link linkend="funcref">
function reference</link>, but also contains a
<link linkend="langref">language reference</link>, explanations
of some of PHP's major <link linkend="features">features</link>,
and other <link linkend="appendices">supplemental</link>
information.
</para>
<para>
You can download this manual in several formats at <link
xlink:href="&url.php.doc.downloads;">&url.php.doc.downloads;</link>.
More information about how this manual is developed can be found in the
<link linkend="about">'About the manual'</link> appendix. If you are
interested in the <link linkend="history">history of PHP</link>,
visit the relevant appendix.
</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:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->