DeathSet::getCountyStatistics - jcobban/Genealogy GitHub Wiki
function Death::getCountyStatistics
Up: class DeathSet
Get statistics for specific county and year of death registrations.
$deaths = new DeathSet(array('domain' => 'CAON',
'year' => 1887,
'county' => 'Msx'));
$result = $deaths->getCountyStatistics();
Returns: An array each row of which is an array containing the following values for each town, city, or township in the county:
| name | contents |
|---|---|
| county | county code |
| township | township name |
| count | number of transcribed records |
| linkcount | number linked to the tree |
| high | highest registration number |
| currhigh | highest registration number excluding delayed registrations |
Next: class DeathSet