File: README

package info (click to toggle)
php-doc 20140201-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 74,084 kB
  • ctags: 4,040
  • sloc: xml: 998,137; php: 20,812; cpp: 500; sh: 177; makefile: 63; awk: 28
file content (27 lines) | stat: -rw-r--r-- 832 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
ABOUT THE PHPDOC HOWTO

This directory contains a working DRAFT of a PHP Documenation HOWTO.
It's being written in a very similar format to the PHP Documentation,
so anyone should be able to jump right in. As a matter of fact, we
use a modified copy of the main PHPDOC html.dsl stylesheet for this
document's HTML formatting (see phpdoc/howto.dsl), so it can't be
that different.

To test the XML files for errors type:

  php configure.php --enable-howto

To generate HTML format from the xml file, go to the howto
directory, and type:

  phd -d .howto.xml -t howto

The HTML files will be generated in the output subdir of the
howto directory.

A copy is also available online at:

  http://www.php.net/dochowto

If you have any questions, suggestions or flames, please
send them to the phpdoc mailing list: phpdoc@lists.php.net.