fork download
  1. <?php
  2.  
  3. $lat = sprintf('%.6f', 42 + mt_rand(0, 999999) / 1000000);
  4. $long = sprintf('%.6f', 45 + mt_rand(0, 999999) / 1000000);
  5.  
  6. print_r($lat);
  7. print_r($long);
Success #stdin #stdout 0.03s 25564KB
stdin
Standard input is empty
stdout
42.64366645.305674