Hi Sepehr, Regarding array_search_range(), my first reaction is: What purpose could this proposed function serve that is not already well provided by array_find_key()?
Whatever your new function might do, make sure that it will serve many applications and will provide a significant improvement to the language. If you cannot make a strong case for why the language needs your function, it might not be worth proposing. Start by explaining your idea, provide several clear examples, and open it up for discussion before investing too much time in the technical implementation. Good luck. mickmackusa
