mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Modify PHP definition, as requested by Andrei Zmiewski, to reflect
php.net/index.php and Freshmeat descriptions> Quoting Andrei: | Well, I think it should be changed - that's what Freshmeat | entry for PHP says (I rewrote it a couple of years ago). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69439 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<chapter id="introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
<sect1 id="intro-whatis">
|
||||
<title>What is PHP?</title>
|
||||
<para>
|
||||
PHP (recursive acronym for "PHP: Hypertext Preprocessor")
|
||||
is an open-source server-side HTML-embedded scripting language.
|
||||
<acronym>PHP</acronym> (recursive acronym for "PHP: Hypertext
|
||||
Preprocessor") is a widely-used Open Source general-purpose
|
||||
scripting language that is especially suited for Web
|
||||
development and can be embedded into HTML.
|
||||
</para>
|
||||
<para>
|
||||
Simple answer, but what does that mean? An example:
|
||||
|
||||
11
preface.xml
11
preface.xml
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
|
||||
<preface id="preface">
|
||||
<title>Preface</title>
|
||||
@@ -7,11 +7,12 @@
|
||||
<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
|
||||
Preprocessor" 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 pages quickly, but you can do much more with PHP.
|
||||
generated webpages quickly, but you can do much more with PHP.
|
||||
</simpara>
|
||||
</abstract>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user