Is there a way to stop an array_walk from inside the anonymous function ?
array_walk
Here is some sample code (that works) to show what I mean, th
As stated, theoretically it's possible but I'd advise against it. Here's how to use an Exception to break out of the array_walk.