function:stripcslashes ( string );return type:stringcontent:ใช้ลบเครื่องหมาย backslashes ( \ ) ออกexample:echo stripcslashes ( "C:\PHP" );