PHP 클래스 PhpBench\Benchmark\Remote\Payload

파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $template, array $tokens = [], $phpBinary = PHP_BINARY, Process $process = null ) Create a new Payload object with the given script template.
launch ( )
setPhpConfig ( $phpConfig )
setPhpPath ( $phpBinary )
setWrapper ( $wrapper )

비공개 메소드들

메소드 설명
getIniString ( )

메소드 상세

__construct() 공개 메소드

The template must be the path to a script template.
public __construct ( string $template, array $tokens = [], $phpBinary = PHP_BINARY, Process $process = null )
$template string
$tokens array
$process Symfony\Component\Process\Process

launch() 공개 메소드

public launch ( )

setPhpConfig() 공개 메소드

public setPhpConfig ( $phpConfig )

setPhpPath() 공개 메소드

public setPhpPath ( $phpBinary )

setWrapper() 공개 메소드

public setWrapper ( $wrapper )