<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.international.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'book.gender.php',
    1 => 'Gender',
    2 => 'Determine gender of firstnames',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => '国际化与字符编码支持',
  ),
  'prev' => 
  array (
    0 => 'class.enchantdictionary.php',
    1 => 'EnchantDictionary',
  ),
  'next' => 
  array (
    0 => 'gender.setup.php',
    1 => '安装/配置',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gender/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.gender.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.gender" class="book">
 
 <h1 class="title">Determine gender of firstnames</h1>
 

 <div id="intro.gender" class="preface">
  <h1 class="title">简介</h1>
  <p class="simpara">
   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 &gt;40000 firstnames from 54 countries.
  </p>
 </div>

 




 




 





<ul class="chunklist chunklist_book"><li><a href="gender.setup.php">安装/配置</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="gender.installation.php">安装</a></li></ul></li><li><a href="gender.examples.php">示例</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="gender.example.admin.php">Usage example.</a></li></ul></li><li><a href="class.gender.php">Gender\Gender</a> — The Gender\Gender class<ul class="chunklist chunklist_book chunklist_children"><li><a href="gender-gender.connect.php">Gender\Gender::connect</a> — Connect to an external name dictionary</li><li><a href="gender-gender.construct.php">Gender\Gender::__construct</a> — Construct the Gender object</li><li><a href="gender-gender.country.php">Gender\Gender::country</a> — Get textual country representation</li><li><a href="gender-gender.get.php">Gender\Gender::get</a> — Get gender of a name</li><li><a href="gender-gender.isnick.php">Gender\Gender::isNick</a> — Check if the name0 is an alias of the name1</li><li><a href="gender-gender.similarnames.php">Gender\Gender::similarNames</a> — Get similar names</li></ul></li></ul></div><?php manual_footer($setup); ?>