Function __global->remap_portable_as_foreign_key

Definitions

sources/resource_fs.php

  • Convert a portable foreign key to a real foreign key.
  • 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
$portable_data ?mixed required parameter N/A N/A Portable ID details (null: not set)

Return

  • The key (null: not set)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A