วันพุธที่ 18 มิถุนายน พ.ศ. 2557

PHP ลบโค้ด CSS ออกจากเนื้อหา HTML

// Function
<?
function stripCss($text){
$text = strip_tags($text,"<style>");
$substring = iconv_substr($text,strpos($text,"<style"),strpos($text,"</style>"),'UTF-8');  //ตัดอักขระพิเศษ
$text = str_replace($substring,"",$text);
$text = str_replace(array("\t","\r","\n"),"",$text);
$text = trim($text);
return $text;
}

//เรียกใช้
echo stripCss("<span style="color:rgb(20, 24, 35); font-family:helvetica,arial,lucida grande,tahoma,verdana,arial,sans-serif; font-size:16px">Refuel4-the win-win Facebook Ads solution for creator. Brand new Facebook advertising</span>")

//ผลลัพธ์
Refuel4-the win-win Facebook Ads solution for creator. Brand new Facebook advertising
?>


1 ความคิดเห็น:

  1. ไม่ระบุชื่อ21 พฤษภาคม 2569 เวลา 18:28

    Comment : Excellent information about AI-powered marketing solutions. Adsync Marketing Technologies offers innovative intelligent marketing strategies, AI-based audience targeting, advanced brand promotion, and performance-driven campaigns that help businesses improve visibility and customer engagement. Their technology-driven approach and data-focused campaign optimization make them a strong choice for brands seeking measurable growth and long-term digital marketing success

    ตอบลบ