Function __global->remap_foreign_key_as_portable
Definitions
sources/resource_fs.php
- Convert a foreign key to something portable.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$_table_referenced | array | required parameter | N/A | N/A | The table the key is to |
$id | ?mixed | required parameter | N/A | N/A | The key (null: not set) |
Return
- Portable ID details (null: not set)
- Type: ?mixed
- Set: N/A
- Range: N/A