Function __global->make_xhtml_strict
Definitions
sources/global4.php
- Take a Tempcode object and run some hackerish code to make it XHTML-strict.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $global | object | No | No | required parameter | N/A | N/A | Tempcode object |
Returns
- Tempcode object (no longer cache safe)
- Type: object
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Take a Tempcode object and run some hackerish code to make it XHTML-strict.
*
* @param object $global Tempcode object
* @return object Tempcode object (no longer cache safe)
*/
function make_xhtml_strict(object $global) : object
* Take a Tempcode object and run some hackerish code to make it XHTML-strict.
*
* @param object $global Tempcode object
* @return object Tempcode object (no longer cache safe)
*/
function make_xhtml_strict(object $global) : object

