On Feb 18, 2008, at 531PM, Teck wrote:
Is it possible to "return" more than one values in PHP?

Yes, in the form of an array.

return $x;
return $y;

Only one return statement can be used.

http://us.php.net/manual/en/functions.returning-values.php

Brady

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to