我需要替换子字符串大小写或小写
$sub = "STR";
$newsub="All-";
$str="Strstring";
$newstr=str_replace($sub,$rep,$str);
答案 0 :(得分:5)
您可以使用PHP的<div id="imagePreview"></div>
<p><input id="imageInput" type="file" name="myPhoto" onchange="loadImageFile();"><br><input type="submit" value="Send" /></p>
功能
str_ireplace
答案 1 :(得分:0)
您也可以使用$sub = array('/STR/i');
$newsub="All-";
$str="Strstring";
echo $newstr=preg_replace($sub, $newsub, $str);
-
All-All-ing
<强>输出强>
<name>mod_myfirst_module</name>