assert
laravel/framework
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Checks an assertion
<?php assert
(
mixed $assertion
,
Throwable
|
string
|
null $description
=
null
):
bool