Function __global->make_string_tempcode
Definitions
sources/tempcode.php
- Convert a string to Tempcode.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $string | string | No | No | required parameter | N/A | N/A | String |
Returns
- Tempcode
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Convert a string to Tempcode.
*
* @param string $string String
* @return Tempcode Tempcode
*/
function make_string_tempcode(string $string) : object
* Convert a string to Tempcode.
*
* @param string $string String
* @return Tempcode Tempcode
*/
function make_string_tempcode(string $string) : object

