We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$str = "true"; $bool = !in_array($str, array("false", "", "0", "no", "off"));
Activity