function_exists

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return true if the given function has been defined
<?php function_exists(string $function): bool
<?php use Facade\FlareClient\Flare;



if (! function_exists('ddd')) {

    function ddd()

    {

        $args = func_get_args();