08-loops/index.php File Reference

This program demonstrates use of for and while loop in PHP. More...

Go to the source code of this file.

Enumerations

enum  STOP_AT
 Used to define number where loop should stop. More...
enum  TIMES
 Used to specify how many times loop should be iterated in loop example. More...

Functions

 main ()
 This function is example for use of for and while loops in PHP.


Detailed Description

This program demonstrates use of for and while loop in PHP.

Author:
Saurabh Barjatiya
Version:
1.0

Definition in file index.php.


Enumeration Type Documentation

enum STOP_AT

Used to define number where loop should stop.

Definition at line 14 of file index.php.

enum TIMES

Used to specify how many times loop should be iterated in loop example.

Definition at line 10 of file index.php.


Function Documentation

main (  ) 

This function is example for use of for and while loops in PHP.

Returns:
Nothing

Definition at line 20 of file index.php.


Generated on Fri Nov 4 14:16:54 2011 for PHP example documentation by  doxygen 1.4.7