Function __global->addcslashes
Definitions
sources_custom/phpstub.php
- Quote string with slashes in a C style.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | Input string |
$charlist | string | required parameter | N/A | N/A | Chars to convert |
Return
- Result
- Type: string
- Set: N/A
- Range: N/A