PHP 인터페이스 Kraken\Util\System\SystemInterface

파일 보기 프로젝트 열기: kraken-php/framework 0 사용 예제들

공개 메소드들

메소드 설명
existsPid ( string $pid ) : boolean Checks if process with given pid exists, returns whether operation was successful.
kill ( string $pid ) : boolean Kill process with given pid, returns whether operation was successful.
run ( string $command ) : string Run command asynchronously, and get pid of its process.

메소드 상세

existsPid() 공개 메소드

Checks if process with given pid exists, returns whether operation was successful.
public existsPid ( string $pid ) : boolean
$pid string
리턴 boolean

kill() 공개 메소드

Kill process with given pid, returns whether operation was successful.
public kill ( string $pid ) : boolean
$pid string
리턴 boolean

run() 공개 메소드

Run command asynchronously, and get pid of its process.
public run ( string $command ) : string
$command string
리턴 string