count_votes( $Message['Voting-Id'] ); $Receipt['Message-Type'] = 'vote-count'; $Receipt['Participant-Count'] = $result['participants']; $Receipt['Invalid-Votes-Count'] = $result['invalid']; $Receipt['Votes-Count'] = $result['options']; // end of file handlers/vote-count-request.php