On Sat, January 12, 2008 12:29 pm, [EMAIL PROTECTED] wrote:
> Hello to everybody,
>
> I am using the following function in order to search in
> multi-dimensional array, as per note added on
> http://it.php.net/array_search,
> [code]
> function array_search_recursive($data0, $FinRecSet, $a=0,
> $no
Hello to everybody,
I am using the following function in order to search in multi-dimensional
array, as per note added on http://it.php.net/array_search,
[code]
function array_search_recursive($data0, $FinRecSet, $a=0, $nodes_temp=array()){
global $nodes_found;
$a++;
foreach ($FinRecSet as $
2 matches
Mail list logo