mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
improved gender ext docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327360 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b675e8d145
commit
f40d981265
3 changed files with 11 additions and 10 deletions
|
@ -2,15 +2,13 @@
|
|||
<!-- $Revision$ -->
|
||||
|
||||
<book xml:id="book.gender" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Gender</title>
|
||||
<title>Determine gender of firstnames</title>
|
||||
<titleabbrev>Gender</titleabbrev>
|
||||
|
||||
<preface xml:id="intro.gender">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Gender PHP extension is a port of the gender.c program originally written
|
||||
by Joerg Michael. The main purpose is to find out the gender of firstnames.
|
||||
The actual database contains >40000 firstnames from 54 countries.
|
||||
Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The current database contains >40000 firstnames from 54 countries.
|
||||
</para>
|
||||
</preface>
|
||||
|
||||
|
|
|
@ -14,7 +14,9 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>dsn</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
Create a Gender object optionally connecting to an external name
|
||||
dictionary. When no external database was given, compiled in data will be
|
||||
used.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
<chapter xml:id="gender.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
||||
<section xml:id="gender.requirements">
|
||||
<!--<section xml:id="gender.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
This package has no external dependencies.
|
||||
</para>
|
||||
</section>
|
||||
</section>-->
|
||||
|
||||
<section xml:id="gender.installation">
|
||||
&reftitle.install;
|
||||
|
@ -21,14 +21,15 @@
|
|||
<link xlink:href="&url.pecl.package;gender">&url.pecl.package;gender</link>.
|
||||
</para>
|
||||
<para>
|
||||
&pecl.windows.download;
|
||||
<!--&pecl.windows.download;-->
|
||||
A DLL for this PECL extension is available under <link xlink:href="http://windows.php.net/downloads/pecl/releases/gender/">http://windows.php.net/downloads/pecl/releases/gender/</link>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="gender.configuration">
|
||||
<!--<section xml:id="gender.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
</section>-->
|
||||
|
||||
<!--<section xml:id="gender.resources">
|
||||
&reftitle.resources;
|
||||
|
|
Loading…
Reference in a new issue