🌈 搜索
📅  最后修改于: 2022-03-11 14:56:54.739000             🧑  作者: Mango
Test paragraph. Other text'; echo strip_tags($text); echo "\n"; // Allow and echo strip_tags($text, ''); // as of PHP 7.4.0 the line above can be written as: // echo strip_tags($text, ['p', 'a']); ?>
and echo strip_tags($text, ''); // as of PHP 7.4.0 the line above can be written as: // echo strip_tags($text, ['p', 'a']); ?>
'); // as of PHP 7.4.0 the line above can be written as: // echo strip_tags($text, ['p', 'a']); ?>