Documentation

Process

Table of Contents

Classes

Process
ProcessException

Constants

BIN_DIR  = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'bin'
IS_WINDOWS  = \PHP_OS_FAMILY === 'Windows'

Functions

escapeArgument()  : string
Escapes the command argument for safe inclusion into a Posix shell command string.

Constants

BIN_DIR

public mixed BIN_DIR = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'bin'

IS_WINDOWS

public mixed IS_WINDOWS = \PHP_OS_FAMILY === 'Windows'

Functions

escapeArgument()

Escapes the command argument for safe inclusion into a Posix shell command string.

escapeArgument(string $arg) : string
Parameters
$arg : string
Return values
string

        
On this page

Search results