Gets all access levels and user groups and make one array out of them for easy access and usage.
getusergroups( void ) : array
No parameters.
(array) Array of all access levels and user groups.
foreach (getusergroups() as $group) { // }