Checks if return is false.
<?php
use function Qubus\Support\Helpers\is_false__;
is_false__(mixed $var): bool;
$var (mixed) (required) Variable to check.
(bool) Returns true
if false, false
otherwise.
Last Updated on August 14, 2024 by Joshua