PHP: Is it possible to return multiple values from a function?

Xidos

New Member
I have a function that should return several values. Is this possible, perhaps with an array? If so, how would I reference that array? Do I have any alternatives to using an array?
 
Back
Top