In article <9984hb$c4e$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (CC Zona) wrote:
> And while I haven't actually tried this, I assume that anyone could write
> their own HTTP_REFERER simply by using fsockopen(). Thanks to PHP's ease
> of use, using fsockopen does not require one to have the skill
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (acleave)
wrote:
> 1) How do I return multiple data types at once from a function? For
> instance
> I might want to return 5, "apple", and true (an int, a string, and a boolean)
> all at once from a function.
return array(5, "apple", TRUE);
I'm new to this list (and relatively new to PHP) so if I'm failing in some
point of list ettiquette, please excuse me. I have two questions:
1) How do I return multiple data types at once from a function? For instance
I might want to return 5, "apple", and true (an int, a string, and a boole
3 matches
Mail list logo