Hey there,
is there a way that you can get a function to return multiple values. e.g.:
{and also how to access them}
function VarTest() {
return $var = 10;
return $var2 = 20;
}
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Search Engines and PHP Jamie
- RE: [PHP] Search Engines and PHP Sander Pilon
- RE: [PHP] Search Engines and PHP Sam Leibowitz
- RE: [PHP] Search Engines and PHP Kristofer Widholm
- RE: [PHP] Search Engines and PHP Ernest E Vogelsinger
- Re: [PHP] Search Engines and PHP Christian Reiniger
- RE: [PHP] Search Engines and PHP Sander Pilon
- RE: [PHP] Search Engines and PHP Kristofer Widholm
- Re: [PHP] Search Engines and ... Joe Stump
- RE: [PHP] Search Engines and PHP Mark Maggelet
- Re: [PHP] <- functions returning multiple v... Abe Asghar
- Re: [PHP] <- functions returning multip... Ignacio Vazquez-Abrams
- Re: [PHP] <- functions returning multip... Matt McClanahan
- Re: [PHP] <- functions returning mu... Abe Asghar
- Re: [PHP] <- functions returning mu... Jerry Artman

