Function __global->php_addslashes
Definitions
sources/global3.php
- Escape a string to fit within PHP double quotes.
- 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