PHP » GoLang |
login |
register |
about
|
Description
This function returns a string or an array with all occurrences of
Parameters
If
If
Return ValuesReturns a string or an array of replacements. Examples
Example #1 str_ireplace() example
<?php Notes
Caution
Replacement order gotchaBecause str_ireplace() replaces left to right, it might replace a previously inserted value when doing multiple replacements. Example #2 in the str_replace() documentation demonstrates how this may affect you in practice. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|