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 5e84bd3 commit 2f6fd0dCopy full SHA for 2f6fd0d
README.md
@@ -18,6 +18,7 @@ PHPThreads requires the following PHP extensions:
18
- pcntl
19
20
## Quick and dirty example!
21
+
22
`<?php
23
require_once '../lib/phpthread.php'; /* Use correct path! */
24
@@ -33,7 +34,6 @@ function thread_proc( $thread,
33
34
'seconds_alive'=>$i,
35
'lucky_number'=>rand(0, 10000)
36
);
-
37
echo "\n\t[PHPTHREAD] - I'm returning this:\n";
38
print_r($myobj);
39
echo "\n";
0 commit comments