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