getCurrentMembers()
getCurrentMembers(\mysqli $db, int $clubId) : array
Gets the id, first name, and last name of each current club member.
Parameters
| \mysqli | $db | The database connection. |
| int | $clubId | The id of the club. |
Returns
array —An array containing the id and names of each member.