PHP 5.3 has anonymous functions. James Logsdon
On Fri, Nov 21, 2008 at 2:27 PM, Kenan R Sulayman <[EMAIL PROTECTED]>wrote: > Hey out there! > I've got a maybe simple question: > Where the point of not implementing anonymous functions in php alike > javascript? > > Par example: > As normally used: > <? > $c = create_function(~, ~); > ?> > Suggestion: > <? > $c = function (~) { ~ } > ?> > > > More Simple, have a better point of view and a bit easier. < > > Your, > -- > (c) Kenan Sulayman > Freelance Designer and Programmer > > Life's Live Poetry >