Function __global->optimise_tempcode
Definitions
sources/tempcode_optimiser.php
- Optimise for memory and execution time. This is typically used before something is cached.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$ob | object | Yes | No | required parameter | N/A | N/A | Optimise a Tempcode object |
Preview
Code (PHP)
/**
* Optimise for memory and execution time. This is typically used before something is cached.
*
* @param object $ob Optimise a Tempcode object
*/
function optimise_tempcode(object &$ob)
* Optimise for memory and execution time. This is typically used before something is cached.
*
* @param object $ob Optimise a Tempcode object
*/
function optimise_tempcode(object &$ob)
