function parameters (primarily in PHP)
I've done it before, however I haven't done it often enough to remember, and when I did do it, it was in Java and not PHP. I want to write functions that receive an unlimited (or at least a large, unspecified amount) of parameters. For exmample, what I did in Java was to create a function that accepted switches. However, this time, in PHP, I'm looking to write a function that reads parameters that are separated by commas into an array. I'm not sure if this is called anything particular, but any help would certainly find me gracious.