<<
タグを文字列に入れたいのですが、strip_tagsのために文字列からも削除されます。PHPでC++の<<タグを取り除きます
$str = "#include<iostream> using namespace std;int main() { int a, b=3; a = b; a-=10; cout<< a; return 0; }";
$newtext = htmlspecialchars((strip_tags(($str),'<iostream>,<')));
echo "<br>" . $newtext;
出力:
-#include<iostream> using namespace std;int main() { int a, b=3; a = b; a-=10; cout
は私に解決策を提案します。
をして、それを置き換えることができます) '* and *' htmlspecialchars() '? –