mirror of
https://github.com/pgmr3/synologySsoClientExamplePage.git
synced 2025-12-13 13:35:49 +01:00
first commit
This commit is contained in:
7
RDAP/php_do_timer.txt
Normal file
7
RDAP/php_do_timer.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
$x = 1;
|
||||
|
||||
do {
|
||||
echo "The number is: $x <br>";
|
||||
$x++;
|
||||
sleep(1);
|
||||
} while ($x <= 10);
|
||||
Reference in New Issue
Block a user