ฟังก์ชัน html_entity_decode()
เปลี่ยนรหัสของ html ให้ใช้งานได้ ด้วยฟังก์ชัน html_entity_decode()
เปลี่ยนรหัสของ html ให้ใช้งานได้ ด้วยฟังก์ชัน html_entity_decode()
รูปแบบ
html_entity_decode(string)
string คือ สตริงที่ต้องการ
html_entity_decode(string)
string คือ สตริงที่ต้องการ
ตัวอย่าง
<?php
$str = "'this is the test string'";
echo html_entity_decode($str);
?>
<?php
$str = "'this is the test string'";
echo html_entity_decode($str);
?>
ผลลัพธ์
'this is the test string'
'this is the test string'
0 ความคิดเห็น:
แสดงความคิดเห็น