File: preface.xml

package info (click to toggle)
php-doc 20241205~git.dfcbb86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,956 kB
  • sloc: xml: 968,269; php: 23,883; javascript: 671; sh: 177; makefile: 37
file content (69 lines) | stat: -rw-r--r-- 2,498 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<preface xml:id="preface" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook">
 <info>
  <titleabbrev>Preface</titleabbrev>
  <title>About this manual</title>
  <abstract>
   <simpara>
    <acronym>PHP</acronym>, which stands for <emphasis>PHP: Hypertext
    Preprocessor</emphasis>, 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>
 <simpara>
  This manual includes information covering the two most recent major
  releases of PHP (versions 7 and 8). Information about extensions
  that are no longer included with those versions of PHP and changes to
  functions in earlier versions is not included. Archives of older
  versions of the manual that document previous releases of PHP are
  available from the "More documentation" section on the
  <link xlink:href="&url.php.docs;">"Documentation" page of the PHP
  website</link>.
 </simpara>
 <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
-->