Reply to Re: how to delete record in an array of arrays ?
Posted by Michael on 02/15/07 16:41
>$filtered = array_filter($res,create_funtion('$v,$k','return
>$v['age']!=0;'));
Well, to begin with the quotes aren't escaped.
Secondly, I'm wondering what sort of object is created by create_funtion.
I'd say, a funtion. But is that similar to a function in any way?