The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Closures are coming to PHP

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeff Moore

Posts: 114
Nickname: selkirk
Registered: May, 2004

Jeff Moore is exploring PHP, open source, and design patterns.
Closures are coming to PHP Posted: Mar 22, 2009 3:16 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Jeff Moore.
Original Post: Closures are coming to PHP
Feed Title: Professional PHP
Feed URL: http://www.procata.com/blog/archives/category/php/feed/
Feed Description: Web Development with PHP, PHP Advocacy and Best Practices.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Jeff Moore
Latest Posts From Professional PHP

Advertisement
Dagfinn has a post looking at using the new closure feature of PHP 5.3. He compares using foreach for iteration versus array_map. “Interesting,” he concludes, “but not necessarily better than conventional alternatives.” I agree for that case. Consider instead, a more complicated operation that requires a setup and a tear down after.   setup(); operation(); teardown();   Now what happens [...]

Read: Closures are coming to PHP

Topic: Closures are coming to PHP Previous Topic   Next Topic Topic: ASUS My Cinema U3100 Mini DMB-TH - MythTV fully working

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use