Date: 11/15/00
- Next message: Ignacio Vazquez-Abrams: "Re: [PHP] fns"
- Previous message: Thomas Holton: "[PHP] fns"
- In reply to: Thomas Holton: "[PHP] fns"
- Next in thread: Ignacio Vazquez-Abrams: "Re: [PHP] fns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
That is not true. I do this all the time...
$return = function1(function2($something));
Although, I'm not sure that the & works at the head of a
function like it does on a variable. If you are doing this and it is
not working, try taking off the &.
-jeremy brand
http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
---------------------------------------------------------------------
We cannot do everything at once, but we can do something at once.
-- Calvin Coolidge
> Hello,
>
> Is it true that one cannot call to a function within a function in PHP?
> I mean this:
>
> $result = &function1(&function2($input));
>
> thanks!
>
>
>
> --
> 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>
>
>
-- 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>
- Next message: Ignacio Vazquez-Abrams: "Re: [PHP] fns"
- Previous message: Thomas Holton: "[PHP] fns"
- In reply to: Thomas Holton: "[PHP] fns"
- Next in thread: Ignacio Vazquez-Abrams: "Re: [PHP] fns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

