Function __global->php_addslashes_twice
Definitions
sources/tempcode.php
- Escape a string to fit within PHP double quotes TWICE. Needed sometimes when generating code. This function exists for performance reasons.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$in | string | required parameter | N/A | N/A | String in |
Return
- Resultant string
- Type: string
- Set: N/A
- Range: N/A