Function __global->_helper_needs_to_save_bytes
Definitions
sources/database_helper.php
- Whether byte saving is needed for a particular table's fields.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table_name | ID_TEXT | required parameter | N/A | N/A | The table name |
$fields | array | required parameter | N/A | N/A | Map of field names to types |
Return
- Whether byte saving is needed
- Type: boolean
- Set: N/A
- Range: N/A