We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b7ebe commit 12e6c60Copy full SHA for 12e6c60
examples/1-simple-function.php
@@ -13,4 +13,4 @@
13
// in a traditional synchronous environment.
14
wait(parallelMap([1, 2, 3], 'sleep'));
15
16
-print 'Took ' . (\microtime(true) - $start) . ' milliseconds.' . \PHP_EOL;
+print 'Took ' . (\microtime(true) - $start) . ' seconds.' . \PHP_EOL;
0 commit comments