Explain PHP parameterized functions.

Asked: Apr 15, 2023

PHP parameterized functions are functions with parameters. You can pass any number of parameters inside a function. These given parameters act as variables inside your function. They are specified inside the parentheses, after the function name. Output depends upon dynamic values passed as parameters into the function.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!