Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Assetic
Util
ProcessBuilder
PHP 클래스 Assetic\Util\ProcessBuilder
저자:
Kris Wallsmith (
[email protected]
)
파일 보기
프로젝트 열기: pmjones/php-framework-benchmarks
1 사용 예제들
공개 메소드들
메소드
설명
add
(
$part
)
getProcess
( )
inheritEnvironmentVariables
(
$inheritEnv
= true )
setEnv
(
$name
,
$value
)
setInput
(
$stdin
)
setOption
(
$name
,
$value
)
setTimeout
(
$timeout
)
setWorkingDirectory
(
$cwd
)
메소드 상세
add()
공개
메소드
public
add
(
$part
)
getProcess()
공개
메소드
public
getProcess
( )
inheritEnvironmentVariables()
공개
메소드
public
inheritEnvironmentVariables
(
$inheritEnv
= true )
setEnv()
공개
메소드
public
setEnv
(
$name
,
$value
)
setInput()
공개
메소드
public
setInput
(
$stdin
)
setOption()
공개
메소드
public
setOption
(
$name
,
$value
)
setTimeout()
공개
메소드
public
setTimeout
(
$timeout
)
setWorkingDirectory()
공개
메소드
public
setWorkingDirectory
(
$cwd
)