Re: Howto re-pass arguments?
- From: zapzap <zapzap@xxxxxxxxxxxxx>
- Date: Sun, 21 Oct 2007 09:57:48 +0200
J.O. Aho wrote:
If you want the arguments that are used when you call function A(), you need
to use func_get_args() in function A(), so you would need to use
b(func_get_args()). As you see from b(), it won't present your variables
inside a array.
Ok, thanks :-) Array is not bad, but I thought I could
do this in a more "transparent" way, without "touching"
the arguments.
.
- References:
- Howto re-pass arguments?
- From: zapzap
- Re: Howto re-pass arguments?
- From: J.O. Aho
- Re: Howto re-pass arguments?
- From: zapzap
- Re: Howto re-pass arguments?
- From: J.O. Aho
- Howto re-pass arguments?
- Prev by Date: Re: Howto re-pass arguments?
- Next by Date: Re: PHP cannot see Mysql?! Ideas?
- Previous by thread: Re: Howto re-pass arguments?
- Next by thread: Re: Howto re-pass arguments?
- Index(es):