Function __global->table_has_purpose_flag

Definitions

sources/database_relations.php

  • Find if a table must be ignored for backups or whatever flag(s).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$table string required parameter N/A N/A The table name
$flag integer required parameter N/A N/A A particular flag(s)

Return

  • Whether the flag(s) exists (at least one)
  • Type: boolean
  • Set: N/A
  • Range: N/A