Re: [PHP4BETA] problem: references
[email protected] (Dariusz Malinowski) Wed, 31 May 2000 16:24:25 +0200
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Stanislav Malyshev wrote:
> DM>> function.(btw. can function return a reference?)
>
> Yes, it can. IIRC, you should say "function &foo() { ....; return
> $bar; }".
>
thanx :))
i think, that's enought for me (function references) right now.
and my example works :))