Why does PHP not throw an error when I pass too many parameters to a function?
I am a n00b at php. I was learning about Default Parameters so I made this function.
Why does PHP not throw an error when I pass too many parameters to a function?
I am a n00b at php. I was learning about Default Parameters so I made this function.