<div class="news_item">#87<div class="news_title">PHP: Dynamic Function Creation
Posted by dandriff on Monday February 12, 2007@10:37AM
Cool, I just learned you can dynamically create functions in php by using the built-in create_function method.
PHP may suck a lot of the time, but you gotta admit that the ability to create functions on the fly is quite powerful and potent. It's not C++ templates..but hey what'dya expect from PHP?!