phpで文字列中の特定文字を削除 - Qiita

<?phpstr = str_replace('ab', '', str; // -> cde?>phpで文字列中の @ を消したく…