ฟังก์ชัน stripcslashes()
ตัด backslashe ออกจากสตริง ด้วยฟังก์ชัน stripcslashes()
ตัด backslashe ออกจากสตริง ด้วยฟังก์ชัน stripcslashes()
ฟังก์ชัน stripcslashes() จะรู้จักตัวอักษรแบบภาษา c เช่น \n, \r , octal and hexadecimal representation
รูปแบบ
stripcslashes(string)
stripcslashes(string)
string คือ สตริง
ตัวอย่าง
<?php
echo stripcslashes('H\xa0ello') ;
<?php
echo stripcslashes('H\xa0ello') ;
?>
ผลลัพธ์
H ello
0 ความคิดเห็น:
แสดงความคิดเห็น