Function Tempcode->from_assembly_executed

Definitions

sources/tempcode.php

  • The opposite of to_assembly - it decodes a Tempcode storage representation and turns it into a proper Tempcode object. This version handles the result of evaled code.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$file PATH required parameter N/A N/A The file to load
$forced_reload_details array required parameter N/A N/A List of parameters for a forced reload if required

Return

  • Success status (it can fail, if the compiled cache file is corrupt)
  • Type: boolean
  • Set: N/A
  • Range: N/A