PHP 클래스 Process

Example (get uptime information on a *NIX system) $p= new Process('uptime'); $uptime= $p->out->readLine(); $p->close(); var_dump($uptime);
또한 보기: xp://lang.Runtime#getExecutable
또한 보기: php://proc_open
상속: extends Object
파일 보기 프로젝트 열기: videlalvaro/phacterl 1 사용 예제들

공개 메소드들

메소드 설명
handle_neighbors ( $msg, $state )
handle_position ( $msg, $state )
handle_start ( $msg, $state )
init ( $args )
receive ( )
start ( $state )

메소드 상세

handle_neighbors() 공개 메소드

public handle_neighbors ( $msg, $state )

handle_position() 공개 메소드

public handle_position ( $msg, $state )

handle_start() 공개 메소드

public handle_start ( $msg, $state )

init() 공개 메소드

public init ( $args )

receive() 공개 메소드

public receive ( )

start() 공개 메소드

public start ( $state )