PHP 클래스 pocketmine\Thread

상속: extends Thread
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$classLoader ClassLoader
$isKilled

공개 메소드들

메소드 설명
getClassLoader ( )
getThreadName ( )
quit ( ) Stops the thread using the best way possible. Try to stop it yourself before calling this.
registerClassLoader ( )
setClassLoader ( ClassLoader $loader = null )
start ( integer $options = PTHREADS_INHERIT_ALL )

메소드 상세

getClassLoader() 공개 메소드

public getClassLoader ( )

getThreadName() 공개 메소드

public getThreadName ( )

quit() 공개 메소드

Stops the thread using the best way possible. Try to stop it yourself before calling this.
public quit ( )

registerClassLoader() 공개 메소드

public registerClassLoader ( )

setClassLoader() 공개 메소드

public setClassLoader ( ClassLoader $loader = null )
$loader ClassLoader

start() 공개 메소드

public start ( integer $options = PTHREADS_INHERIT_ALL )
$options integer

프로퍼티 상세

$classLoader 보호되어 있는 프로퍼티

protected ClassLoader $classLoader
리턴 ClassLoader

$isKilled 보호되어 있는 프로퍼티

protected $isKilled