str stands for string.Code:$myVar=str_ireplace("a","",$myVar);
What does i stand for ?
(I know it is related to the word "capital letter" or "case".)
Printable View
str stands for string.Code:$myVar=str_ireplace("a","",$myVar);
What does i stand for ?
(I know it is related to the word "capital letter" or "case".)
case insensitive :)