Strings Php

    $input = "Hello!";
    $a = strip_tags($input);
    $b = strip_tags($input, "");
?>