Let’s go deeper to understand what happens when arguments are passed to a function. How does PHP manage them? If you pass more arguments than a function needs, what happens? How do you access them?
The following PHP constructs were presented to you in this video: func_get_arg and func_get_args.
func_get_arg
https://www.php.net/manual/en/functio...
func_get_args
https://www.php.net/manual/en/functio...