When verbally talking about methods, I\'m never sure whether to use the word argument or parameter or something else. Either way the other people know what
Parameter is a variable in a function definition Argument is a value of parameter
"; echo "This is value of paramater 2: {$parameter2} "; } /* call function with arguments*/ myFunction(1, 2); ?>