mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a6e9180785
commit
1ff30ae48f
3 changed files with 77 additions and 11 deletions
|
@ -1,10 +1,45 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.url">
|
||||
<title>URL Functions</title>
|
||||
<titleabbrev>URLs</titleabbrev>
|
||||
<partintro>
|
||||
|
||||
&reference.url.functions;
|
||||
<section id="url.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Dealing with URL strings: encoding, decoding and parsing.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="url.requirenments">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<section id="url.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
<section id="url.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
<section id="url.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
<section id="url.constants">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.url.functions;
|
||||
|
||||
</reference>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,15 +1,44 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.variables">
|
||||
<title>Variable Functions</title>
|
||||
<titleabbrev>Variables</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<para>
|
||||
For information on how variables behave, see
|
||||
the <link linkend="language.variables">Variables</link> entry in
|
||||
the <link linkend="langref">Language Reference</link> section of the manual.
|
||||
</para>
|
||||
<section id="variables.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
For information on how variables behave, see
|
||||
the <link linkend="language.variables">Variables</link> entry in
|
||||
the <link linkend="langref">Language Reference</link> section of the manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="variables.requirenments">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<section id="variables.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
<section id="variables.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
<section id="variables.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
<section id="variables.constants">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.var.functions;
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.vpopmail">
|
||||
<title>vpopmail functions</title>
|
||||
<titleabbrev>vpopmail functions</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<para>
|
||||
</para>
|
||||
<section id="vpopmail.intro">
|
||||
&reftitle.intro;
|
||||
&warn.experimental;
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
&reference.vpopmail.functions;
|
||||
|
|
Loading…
Reference in a new issue