摘要:
$hyperlinks = htmlspecialchars($hyperlinks);function convert_hyperlinks($hyperlinks){ // mention that '&' from $hyperliks passed from outside is coverted to &, // beacuse htmlspecialchars should be called on $hyperlinks before __FUNCTION__ // but replace only switch & to 阅读全文
posted @ 2012-04-25 16:54
rereadyou
阅读(163)
评论(0)
推荐(0)