> Is it possible to use create_function() to define
> anonymous methods (like in Java) ?

I'm not exactly sure what an anonymous method is, but I do know that PHP 5.0 Beta 3 offers a new object model that includes abstract classes and methods, which may be something you will want to take a look at. You may read up on this at http://www.php.net/zend-engine-2.php

-Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to