Skip to content

Instantly share code, notes, and snippets.

@heptat
Created August 10, 2013 07:22
Show Gist options
  • Save heptat/6199449 to your computer and use it in GitHub Desktop.
Save heptat/6199449 to your computer and use it in GitHub Desktop.
$found = false;
$sessionID = uniqid();
$i = 0;
$MAX_ITERATIONS = 500;
while ($found && $i < $MAX_ITERATIONS) {
// do some stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment