Simple CheatSheet
    • PythonPython
    • DatabaseDatabase
    • Operating SystemOperating System
    • ProgrammingProgramming
    • Linux CommandLinux Command
    • ToolkitToolkit
    • OtherOther
    • Keyboard ShortcutsKeyboard Shortcuts
Dart
Dart
HTML Canvas
HTML Canvas
Redis
Redis
Bash
Bash
JavaScript
JavaScript
PHP
PHP
PHP Loops

while

$i = 1;
# => 12345
while ($i <= 5) {
    echo $i++;
}
Comments
Related
  • Also see
  • Miscellaneous
  • PHP Classes
  • PHP Functions
  • PHP Loops
  • PHP Conditionals
  • PHP Operators
  • PHP Arrays
  • PHP Strings
  • PHP Types
  • Getting Started