Function __global->tempcode_include
Definitions
sources/tempcode.php
- Include and evaluate the specified Tempcode file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $filepath | PATH | No | No | required parameter | N/A | N/A | The filename of the file to include |
Returns
- Success status or returned value
- Type: mixed
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Include and evaluate the specified Tempcode file.
*
* @param PATH $filepath The filename of the file to include
* @return mixed Success status or returned value
*/
function tempcode_include(string $filepath)
* Include and evaluate the specified Tempcode file.
*
* @param PATH $filepath The filename of the file to include
* @return mixed Success status or returned value
*/
function tempcode_include(string $filepath)

