mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65469 c90b9560-bf6c-de11-be94-00142212c4b1
61 lines
1.9 KiB
XML
61 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.22 $ -->
|
|
|
|
<preface id="preface">
|
|
<title>Preface</title>
|
|
|
|
<abstract>
|
|
<simpara>
|
|
<acronym>PHP</acronym>, which stands for "PHP: Hypertext
|
|
Preprocessor", is an open-source HTML-embedded scripting
|
|
language. Much of its syntax is borrowed from C, Java and
|
|
Perl with some unique features thrown in. The main goal of
|
|
the language is to allow web developers to write dynamically
|
|
generated pages quickly. You can do many more with PHP. Read
|
|
on, and see.
|
|
</simpara>
|
|
</abstract>
|
|
|
|
<para>
|
|
This manual tries to give you an overview of PHP's
|
|
capabilites, the functions provided, and features
|
|
instructions about how to solve some common problems.
|
|
The main focus of this manual is to give a reference
|
|
for functions, so you can easily find syntax information
|
|
and usage examples. We also provide details about the
|
|
building blocks of PHP.
|
|
</para>
|
|
<para>
|
|
We provide this manual is several formats and languages.
|
|
To read more about the formats, and how we generate them,
|
|
read the appendix titled <link linkend="about">'About the
|
|
manual'</link>. You can find information about used
|
|
conventions, and further suggested reading in that part.
|
|
</para>
|
|
<para>
|
|
You can download actual versions of this manual in several
|
|
formats at <ulink url="&url.php.docs;">&url.php.docs;</ulink>.
|
|
The downloads are updated as the content changes.
|
|
</para>
|
|
</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:"../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
|
|
-->
|