Function __global->strripos
Definitions
sources_custom/phpstub.php
- Find position of last occurrence of a char in a string (case-insensitive).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$haystack | string | required parameter | N/A | N/A | Haystack |
$needle | string | required parameter | N/A | N/A | Needle |
Return
- The offset it is found at (false: not found)
- Type: ~integer
- Set: N/A
- Range: N/A