View Single Post

  #2 (permalink)  
Old 10-14-2006
Paul Scott
 
Posts: n/a
Default Re: [PHP] Class returning more than one value


On Sat, 2006-10-14 at 11:06 +0100, Deckard wrote:
> How can i code a class with a function that returns more than one value ?
>


1. return array();
2. return stdClass;

--Paul


All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/uwc2006/...imer/index.htm

Reply With Quote