diff --git a/appendices/about.xml b/appendices/about.xml index d310d3f887..04457524f5 100644 --- a/appendices/about.xml +++ b/appendices/about.xml @@ -1,5 +1,5 @@ - + About the manual @@ -20,9 +20,8 @@ The manual can be read online at the PHP.net website, and on the numerous mirror sites. For best performance, choose - the closest mirror. The HTML version of the PHP manual is in either plain - (print-friendly) HTML format or an HTML format that integrates the manual - into the look and feel of the PHP website itself. + the closest mirror. The online version of the PHP manual has currently two + CSS stylesheets, web friendly and a printer-friendly stylesheet. Two notable advantages of the online manual over most of the offline formats is the @@ -142,9 +141,9 @@ strlen strlen -- Get string length Description -int strlen ( string str ) +int strlen ( string $string ) -Returns the length of string. +Returns the length of given string. ]]> @@ -187,11 +186,11 @@ Returns the length of string. - ( string str ) + ( string $string ) The first (and in this case the only) parameter/argument for this - function is named str, and it's a + function is named string, and it's a string. @@ -216,7 +215,7 @@ Returns the length of string. @@ -305,8 +304,7 @@ Returns the length of string. programming practices. First-time - or even just beginning - programmers may find it difficult to learn how to program in PHP using this manual exclusively. Instead, seek out a text more oriented towards - beginners. Or a book, see also a list of PHP-related books at &url.php.books;. + beginners. There are a number of active mailing lists for discussion on all aspects of @@ -363,18 +361,17 @@ Returns the length of string. This manual is written in XML using the DocBook XML DTD, using DSSSL (Document - Style and Semantics Specification Language) for formatting, and - experimentally the XSLT - (Extensible Stylesheet Language Transformations) - for maintenance and formatting. + url="&url.xslt;">XSLT (Extensible + Stylesheet Language Transformations) for maintenance and formatting. Using XML as a source format gives the ability to generate many output formats from the source files, while only maintaining one source document for all formats. - The tools used for formatting HTML and - TeX versions are + The tools used for formatting the online manual are xsltproc and DocBook XSL Stylesheets. + The HTML and TeX versions use Jade, written by James Clark; and The Modular DocBook Stylesheets,