-
FAQ
- Forum Search
- Community
- Online Manual
- Support Helpers of the Month
- Function Database
groupsAllowedTo
Description
Retrieves a list of membergroups that are allowed to do the given permission.
Syntax
array groupsAllowedTo (string $permission[, int $board_id])
Parameter $permission
Expected type: String
Description: The permission
Parameter $board_id
Expected type: Integer
Description: If specified, finds any members who have the specified permission on the given board; otherwise assumes it's a global permission.
Return value
Expected type: Array
Description:
Array Elements Key Optional Expected type Description allowed no Array An array containing the IDs of groups that have the specified permission denied no Array An array containing the IDs of groups that are specifically denied the specified permission
Notes
- If board_id is not null, a board permission is assumed.
- Takes different permission settings into account.
- Returns an array containing an array for the allowed membergroup IDs and an array for the denied membergroup IDs.
Advertisement:- Help | Terms and Rules | Go Up ▲
- Copyright © 2022 Simple Machines. All Rights Reserved.
- Page created in 0.019 seconds with 13 queries.
- Forum Search