> > I have a Q about functions. My function should return 2
> values. What
> > syntax should I use and how do I call these values outside the
> > function? Are these values returned as en array or something?
> I don't know if there is an easier way to do this but why
> don't you concatenate the two values to be returned and then
> split the returned value ? ex : function
> myFunction($some_vars) { $max=count($some_vars);
Personally, I'd put both values to be returned into an array and then
return the array.
CYA, Dave
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php