Advertisements
Advertisements
Question
What is parameterized Function?
Answer in Brief
Solution
- PHP Parameterized functions are the functions with parameters or arguments.
- Required information can be shared between function declaration and function calling part inside the program.
- The parameter is also called as arguments, it is like variables.
- The arguments are mentioned after the function name and inside of the parenthesis.
- There is no limit for sending arguments, just separate them with a comma notation.
shaalaa.com
Parameterized Function
Is there an error in this question or solution?