最新回答 / 墮落哲學(xué)
好像沒(méi)啥問(wèn)題吧<?php$row["name"] = "I am abc,My name is abc,my home is abc!Love me ,hahaha";$key = "abc";$row["name"]=str_replace($key, "<span style='color:red;'>".$key."</span>", $row["name"]);echo $row["name"];
2017-05-01
偶像啊老師,長(zhǎng)見識(shí)了,求老師開直播!
2017-04-19
$str ='0123456789asdsakskkadjihbca';
for($i=0;$i<4;$i++){
echo $str{mt_rand(0,strlen($str)-1)};
}
for($i=0;$i<4;$i++){
echo $str{mt_rand(0,strlen($str)-1)};
}
2017-04-12
join(',',$arr)//數(shù)組轉(zhuǎn)換字符串
md5($pass)//密碼加密
sha1($pass)//加密
md5($pass)//密碼加密
sha1($pass)//加密
2017-04-12
trim($str),strtolower($str),strtoupper($str)//過(guò)濾空格 轉(zhuǎn)換大小寫
strip_tags($str)//過(guò)濾掉html標(biāo)簽
strip_tags($str)//過(guò)濾掉html標(biāo)簽
2017-04-12