Function __global->mass_delete_lang
Definitions
sources/lang3.php
- Deletes all content language strings linked to by the specified table and attribute identifiers, if they exist.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table | ID_TEXT | required parameter | N/A | N/A | The table |
$attrs | array | required parameter | N/A | N/A | The attributes |
$db | ?object | required parameter | N/A | N/A | The database connector to use (null: standard site connector) |