array_filter with inline function definition
Posted: Sun Apr 16, 2006 4:47 pm
I am using array_filter() and I want to use a callback, but have it defined inline...
Is this possible?
Cheers
Code: Select all
array_filter($arr, create_function());Cheers