explain php parameterized functions.
ReportQuestion
2 years ago 757 views
PHP parameterized functions are functions with parameters.
ou 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.
Thread Reply