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