วันอาทิตย์ที่ 11 พฤษภาคม พ.ศ. 2557

20:20
ฟังก์ชัน stripcslashes()
ตัด backslashe ออกจากสตริง ด้วยฟังก์ชัน stripcslashes()

 
ฟังก์ชัน stripcslashes() จะรู้จักตัวอักษรแบบภาษา c เช่น \n, \r , octal and hexadecimal representation

รูปแบบ
stripcslashes(string)
string คือ สตริง


ตัวอย่าง
<?php

echo stripcslashes('H\xa0ello') ;
?>


ผลลัพธ์
H ello

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

แสดงความคิดเห็น