4 function getmicrotime(){
5 list($usec, $sec) = explode(" ",microtime());
12 while($c < 0.3) { // max 0.3
15 ////////////////////////////////////////////////////////////////
17 for ($i=0; $i < 1000; $i++){
18 $x = cos(sin(cos(sin(cos(sin(60))))));
23 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
24 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
25 2 => array("pipe", "r") // stderr is a file to write to
28 $proc[$ind] = proc_open("proctest.exe", $desc, $pipes);
31 ////////////////////////////////////////////////////////////////
34 $c = round(($b - $a), 10);
40 system("taskkill /f /im proctest.exe");
This page took 1.287371 seconds and 4 git commands to generate.