Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Jenner
SimpleFork
Pool
PHP 클래스 Jenner\SimpleFork\Pool
상속:
extends
AbstractPool
파일 보기
프로젝트 열기: huyanping/simple-fork-php
1 사용 예제들
공개 메소드들
메소드
설명
execute
(
Process
$process
,
null
|
string
$name
= null ) :
integer
add a process
getProcessByName
(
string
$name
) :
Process |
null
get process by name
메소드 상세
execute()
공개
메소드
add a process
public
execute
(
Process
$process
,
null
|
string
$name
= null ) :
integer
$process
Process
$name
null
|
string
process name
리턴
integer
getProcessByName()
공개
메소드
get process by name
public
getProcessByName
(
string
$name
) :
Process |
null
$name
string
process name
리턴
Process |
null