Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Returns the number of arguments passed to the function
func_num_args(): int
    public function __construct(string $name$value null)

    {

        
$this->class $name;

        
$this->value \func_num_args() ? $value $name;

    }
            VarDumper::dump($v);

        }



        if (
func_num_args()) {

            return 
func_get_args();

        }