Skip to content

Commit 2f6fd0d

Browse files
author
Justin Jack
committed
readme
1 parent 5e84bd3 commit 2f6fd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PHPThreads requires the following PHP extensions:
1818
- pcntl
1919

2020
## Quick and dirty example!
21+
2122
`<?php
2223
require_once '../lib/phpthread.php'; /* Use correct path! */
2324

@@ -33,7 +34,6 @@ function thread_proc( $thread,
3334
'seconds_alive'=>$i,
3435
'lucky_number'=>rand(0, 10000)
3536
);
36-
3737
echo "\n\t[PHPTHREAD] - I'm returning this:\n";
3838
print_r($myobj);
3939
echo "\n";

0 commit comments

Comments
 (0)