Advertisements
Advertisements
प्रश्न
What is parameterized Function?
संक्षेप में उत्तर
उत्तर
- 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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?