EBString
extends EBStringBase
in package
Table of Contents
Methods
- str_ireplace() : mixed
- Override str_ireplace function from joomla Refer this ticket, #1899.
Methods
str_ireplace()
Override str_ireplace function from joomla Refer this ticket, #1899.
public
static str_ireplace(mixed $search, mixed $replace, mixed $subject[, mixed $count = null ]) : mixed
Since PHP's built-in str_ireplace is binary safe, it is fine to use with UTF-8 characters
Parameters
- $search : mixed
- $replace : mixed
- $subject : mixed
- $count : mixed = null