Function CMSPermissionsScannerWindows->has_read_access
Definitions
sources/file_permissions_check.php
- Find if read access is set for the given ACL for the given user.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$users | array | required parameter | N/A | N/A | Users to check for |
$acl | array | required parameter | N/A | N/A | The ACL for the file |
$permissions_involved | array | required parameter | N/A | N/A | A list of permissions involved, returned by reference |
$due_to_inheritance | boolean | required parameter | N/A | N/A | Whether the result given is due to inheritance, returned by reference |
$sid_used | ?string | required parameter | N/A | N/A | The SID we ended up using, returned by reference (null: none) |
$check_flags | integer | required parameter | N/A | N/A | The flags specifying how to do our checks |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A