Function __global->nl2br
Definitions
sources_custom/phpstub.php
- Inserts HTML line breaks before all newlines in a string.
- 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 | In |
$is_xhtml | boolean | True | N/A | N/A | Whether to use XHTML compatible line breaks or not |
Return
- Out
- Type: string
- Set: N/A
- Range: N/A