RE: [PHP] fns From: Ignacio Vazquez-Abrams (ignacio <email protected>)
Date: 11/15/00

On Wed, 15 Nov 2000, Don Read wrote:

>
> On 16-Nov-00 Thomas Holton wrote:
> >
> > Hello,
> >
> > Is it true that one cannot call to a function within a function in PHP?
> > I mean this:
> >
> > $result = &function1(&function2($input));
> >
>
> $result= (reference to) function1( (reference to) funxtion2() ) ???
>
> no it's not true, you can do it.
> but why do want do it ?
> and what do you expect for the result ?
>

Don reported that it's because of a Perl background (I dunno...don't use
it).

-- 
Ignacio Vazquez-Abrams  <ignacio <email protected>>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>