memberCount
(/rs/public/functions.php)
memberCount -- Array containing number of members with each status.
Description
array memberCount
()
This function returns an array of the following form:
array
(
[Active] => A
[LOA] => L
[Reserve] => R
[AWOL] => W
[Honorary] => H
)
The letters above are integers of total club members that fit into each status category. Cadets are not included in this breakdown.
Examples
memberCount () /* Returns the array described above. */
Related Functions
None.
Dependencies
None.
Function Index
|