Function DatabaseRepair->search_for_privilege_issues
Definitions
sources/database_repair.php
- Search for issues between the expected privileges and existent privileges.
- Visibility: private
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$existent_privileges | array | required parameter | N/A | N/A | Existent privileges |
$expected_privileges | array | required parameter | N/A | N/A | Expected privileges |
Return
- Whether there have been issues found
- Type: boolean
- Set: N/A
- Range: N/A