ドロップダウンリストを表示

stripcslashes()

« strip_tags | stripos »
<?php
$string 
stripcslashes (
    
  // string $str
);
?>
結果
$string = 'Hello world!
 Is anybody there?'
#1 stripcslashes  ('Hello world!\n Is\ anybody there?')
参照
addcslashes