PHP — PHP 5.4.6, pasted 3 months ago
1 2 3 4 5 6 | <?php
$res = html_entity_decode('<p>Blue Power Waterproof</p>');
$result = strip_tags($res);
echo $result;
?>
|
Blue Power Waterproof
OK (0.008 sec real, 0.010 sec wall, 13 MB, 42 syscalls)