+ 1
How can i calculate runtime of the function in php like rand() & mt_rand()?
calculate runtime of the function
2 Respuestas
+ 3
haaa thats quite difficult since php will only display an output after everythings processed.There might be a way to do it during execution time
0
i think can i do it with microtime() function.....
?????