in reply to Re: Sleep function
in thread Sleep function
I want it to work something like this. I tried with a while loop but it just doesnt seem to work that way.
$num = 1; sleep($num); print "1\n"; sleep($num); print "2\n"; sleep($num); print "3\n"; system("pause");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sleep function
by programmercarlito (Novice) on Mar 15, 2015 at 22:25 UTC |