result of a function inner one other
- From: nawfer <novalidsforspam@xxxxxx>
- Date: Fri, 14 Nov 2008 14:57:43 +0100
if have a dir with:
Folder_a/subfolder_a/a.php
Folder_b/b.php
and one file a.php with one function that return some arguments
function A() {
$arr1 = array();
....
return $arr1;
}
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
}
.
- Follow-Ups:
- Re: result of a function inner one other
- From: Jerry Stuckle
- Re: result of a function inner one other
- From: Janwillem Borleffs
- Re: result of a function inner one other
- Prev by Date: Re: How to manage date fields in template
- Next by Date: Re: result of a function inner one other
- Previous by thread: How to manage date fields in template
- Next by thread: Re: result of a function inner one other
- Index(es):