PHP
[PHP] 이미지 태그 제거
innocent_k
2015. 11. 20. 16:17
preg_replace("/<img[^>]+\>/i", "", $str)
preg_replace("/<img[^>]+\>/i", "", $str)