Function __global->ltrim
Definitions
sources_custom/phpstub.php
- Strip whitespace from the beginning of a string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | The string to trim from |
$characters | string | N/A | N/A | Characters to trim |
Return
- The trimmed string
- Type: string
- Set: N/A
- Range: N/A