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