mgd_count_event_members

Name

mgd_count_event_members -- Count eventmembers

Synopsis

int mgd_count_event_members(int id);

Description

Minimum version: Midgard 1.4 (Bifrost)

Counts the number of eventmember records that have their eid field set to id.

Returns the number of eventmembers if successfull. Returns false on failure.

Example

<?php
  $count = mgd_count_event_members(13);
?>