+ 1
I am a little bit confused about parameters vs. arguments. are they essentially the same?
3 Answers
+ 12
function myFunc($parameter1,$parameter2) {
//code
}
myFunc(argument1,argument2);
+ 3
that helps, thank you!
+ 1
hello. how can sent massage to another person?