Sr. PHP Programmer Question:
Can you assign the default values to a function parameters?
Answer:
Yes! You can set a parameter to have a default value if the function's caller doesn't pass it.
Previous Question | Next Question |
What is associate array in PHP? | What is the purpose of _METHOD_ constant? |