GenieGate, Version 1.1.0 (PHP 5) manual

checkAnyGroups()

public boolean checkAnyGroups( &$groups array );

See if user is a member of ANY of the listed groups.

If the user is in the "admin" group, it always returns TRUE.

If joe is a member of staff.

				checkAnyGroups(array('guest','staff'))
			

should return TRUE.