liuxingyuyuni 发表于 2014-01-24 17:59

等了多少年、终于等到PHP的多线程了,这回是真的了。


An implementation of a Thread should extend this declaration, implementing the run method. When the start method of that object is called, the run method code will be executed in separate Thread.

final public boolean chunk ( long $size , boolean $preserve )
final public long getCreatorId ( void )
final public long getThreadId ( void )
final public boolean isJoined ( void )
final public boolean isRunning ( void )
final public boolean isStarted ( void )
final public boolean isTerminated ( void )
final public boolean isWaiting ( void )
final public boolean join ( void )
final public boolean lock ( void )
final public boolean merge ( mixed $from [, mixed $overwrite ] )
final public boolean notify ( void )
final public boolean pop ( void )
abstract public void run ( void )
final public boolean shift ( void )
final public boolean start ([ long $options ] )
final public mixed synchronized ( Closure $block [, mixed $... ] )
final public boolean unlock ( void )
final public boolean wait ([ long $timeout ] )

http://www.php.net/manual/zh/class.thread.php

bs 发表于 2014-01-26 13:05

php5.6?
也可以关注 HHVM
页: [1]
查看完整版本: 等了多少年、终于等到PHP的多线程了,这回是真的了。