Function CMSPermissionsScannerWindows->find_acl
Definitions
sources/file_permissions_check.php
- Find the access control list for a path.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$path | PATH | No | No | required parameter | N/A | N/A | The path |
Returns
- ACL
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the access control list for a path.
*
* @param PATH $path The path
* @return array ACL
*/
public function find_acl(string $path) : array
* Find the access control list for a path.
*
* @param PATH $path The path
* @return array ACL
*/
public function find_acl(string $path) : array