Function __global->str_ireplace
Definitions
sources_custom/phpstub.php
- Replace all occurrences of the search string with the replacement string (case-insensitive).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$search | mixed | required parameter | N/A | N/A | What's being replaced (string or array) |
$replace | mixed | required parameter | N/A | N/A | What's being replaced with (string or array) |
$subject | mixed | required parameter | N/A | N/A | Subject (string or array) |
Return
- Result (string or array)
- Type: mixed
- Set: N/A
- Range: N/A