News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Learning Loops
December 15, 2011 @ 10:15:00

PHPmaster.com has a new introductory tutorial for those just starting out with PHP (or with programming really) talking about using looping structures for sets of data - for, while/do-while and foreach.

A significant advantage of computers is that they can perform repetitive tasks easily and efficiently. Instead of writing repetitive code you can write a set of statements that processes some data and then have the computer execute them repeatedly by using a construct known as a loop. Loops come in several different flavors in PHP: for, while, do-while, and foreach. I'll introduce you to each of them and show you how they can making repetitive tasks straightforward and easy to maintain.

The tutorial explains a use case for each of the loop types and includes a bit of sample code showing how to put it into practice. It also shares two special keywords that can be used to bypass or break out of your current loop - break and continue.

0 comments voice your opinion now!
introduction tutorial loop dataset for while foreach break continue


blog comments powered by Disqus

Similar Posts

NetTuts.com: PHP Database Access: Are You Doing It Correctly?

WeberDev.com: User Authentication With patUser (Part 1)

PHPMaster.com: Taking Advantage of PHP's Built-in Server

Fernando Bassani's Blog: Putting the PHP/Java Bridge to work - I

PHPit.net: PHP 5 Objects, Patterns and Practice


Community Events











Don't see your event here?
Let us know!


application opinion framework community development release composer interview phpunit language object api code functional zendframework2 example testing introduction series podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework