Function __global->table_from_portable_rows

Definitions

sources/resource_fs.php

  • Transfer portable rows to a table.
  • 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 Table name
$rows array required parameter N/A N/A Portable rows
$extra_field_data array required parameter N/A N/A Extra data to add to each row
$replace_mode integer required parameter N/A N/A Whether to fully replace the current table contents
$db ?object Null N/A N/A Database connector to look up from (null: work out from table name)

Return

  • Success status
  • Type: boolean
  • Set: N/A
  • Range: N/A