Explorar o código

added long,random,name

Pheella %!s(int64=3) %!d(string=hai) anos
pai
achega
e5f310b198
Modificáronse 3 ficheiros con 11 adicións e 0 borrados
  1. 4 0
      long.php
  2. 3 0
      name.php
  3. 4 0
      random.php

+ 4 - 0
long.php

@@ -0,0 +1,4 @@
+<?php
+sleep(15);
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>

+ 3 - 0
name.php

@@ -0,0 +1,3 @@
+<?php
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>

+ 4 - 0
random.php

@@ -0,0 +1,4 @@
+<?php
+sleep(rand(3,15));
+echo($_SERVER['CUSTOM_SERVER_NAME']);
+?>