Function Tempcode->from_assembly
Definitions
sources/tempcode.php
- The opposite of to_assembly - it decodes a Tempcode storage representation and turns it into a proper Tempcode object.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$raw_data | string | required parameter | N/A | N/A | The assembled Tempcode |
$allow_failure | boolean | False | N/A | N/A | Return error code on failure, rather than exiting |
Return
- Success status (it can fail, if the compiled cache file is corrupt)
- Type: boolean
- Set: N/A
- Range: N/A