mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use new entities and constants.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78809 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e59a0c46b5
commit
5dadf200ee
1 changed files with 8 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.calendar">
|
||||
<title>Calendar functions</title>
|
||||
<titleabbrev>Calendar</titleabbrev>
|
||||
<partintro>
|
||||
<section>
|
||||
<title>Introduction</title>
|
||||
<section id="calendar.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
The calendar extension presents a series of functions to simplify
|
||||
converting between different calendar formats. The intermediary
|
||||
|
@ -21,24 +21,21 @@
|
|||
</para>
|
||||
</section>
|
||||
<section id="calendar.installation">
|
||||
<title>Installation</title>
|
||||
&reftitle.install;
|
||||
<para>
|
||||
To get these functions to work, you have to compile PHP with
|
||||
<option role="configure">--enable-calendar</option>.
|
||||
</para>
|
||||
</section>
|
||||
<section id="calendar.configuration">
|
||||
<title>Runtime Configuration</title>
|
||||
&no.config;
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
<section id="calendar.resources">
|
||||
<title>Resource types</title>
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
<section id="calendar.constants">
|
||||
<title>Predefined constants</title>
|
||||
&no.constants;
|
||||
</section>
|
||||
&reference.calendar.constants;
|
||||
</partintro>
|
||||
|
||||
&reference.calendar.functions;
|
||||
|
|
Loading…
Reference in a new issue