quoted_printable_decode() ใช้เพื่อแปลงสตริงที่พิมพ์ได้ในเครื่องหมายคำพูดเป็นสตริง 8 บิต
ไวยากรณ์
quoted_printable_decode(str)
พารามิเตอร์
-
str − สตริงอินพุต
คืนสินค้า
ฟังก์ชัน quoted_printable_decode() จะคืนค่าสตริง ASCII 8 บิต
ตัวอย่าง
ต่อไปนี้เป็นตัวอย่าง −
<?php $s = "Welcome=0Aaboard!"; echo quoted_printable_decode($s); ?>
ผลลัพธ์
Welcome aboard!