Re: result of a function inner one other
- From: Janwillem Borleffs <jw@xxxxxxxxxxxxx>
- Date: Fri, 14 Nov 2008 17:01:08 +0100
nawfer schreef:
how can inner file b.php to write a B function that recall function A
and return always the same arguments?
function B() {
recall here function A
}
function B() {
$args = func_get_args();
return call_user_func_array('A', $args);
}
JW
.
- References:
- result of a function inner one other
- From: nawfer
- result of a function inner one other
- Prev by Date: result of a function inner one other
- Next by Date: Re: result of a function inner one other
- Previous by thread: result of a function inner one other
- Next by thread: Re: result of a function inner one other
- Index(es):