Table of Contents

About

Grammar - For in PHP

See for

Example

for ($i = 1; $i <= 10; $i++) {
    echo $i;
}