Function __global->strip_tags
Definitions
sources_custom/phpstub.php
- Strip HTML and PHP tags from a string.
- 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 | Subject |
$allowed_tags | string | Blank (empty string) | N/A | N/A | Tags that should not be stripped (blank: strip all tags) |
Return
- Result
- Type: string
- Set: N/A
- Range: N/A