PHP » GoLang |
login |
register |
about
|
Thread::start(PECL pthreads >= 2.0.0) Thread::start — Execution Description
public bool Thread::start
([ int
$options
] )Will start a new Thread to execute the implemented run method Parameters
Return ValuesA boolean indication of success Examples
Example #1 Starting Threads
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
|