Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ShellAdapter

Открытые члены

 asyncExec ($command)
 
 getLastOutput ()
 
 getLastError ()
 
 syncExec ($command)
 

Открытые атрибуты

const SUCCESS_RESULT = 0
 

Защищенные члены

 prepareExecution ($command)
 

Защищенные данные

 $resOutput = ""
 
 $resError = ""
 

Подробное описание

См. определение в файле shelladapter.php строка 9

Методы

◆ asyncExec()

asyncExec ( $command)

Starts execution fo shell command Results can be obtained by another special commands

Аргументы
$command
Возвращает
true;

См. определение в файле shelladapter.php строка 39

◆ getLastError()

getLastError ( )
Возвращает
string last error output

См. определение в файле shelladapter.php строка 58

◆ getLastOutput()

getLastOutput ( )
Возвращает
string Last command output

См. определение в файле shelladapter.php строка 50

◆ prepareExecution()

prepareExecution ( $command)
protected

Checks and escapes command

Аргументы
string$command
Возвращает
string escapedSring
Исключения

Bitrix\Main\ArgumentNullException

См. определение в файле shelladapter.php строка 22

◆ syncExec()

syncExec ( $command)

Executes shell command & return shell command execution result

Аргументы
string$command
Возвращает
bool

См. определение в файле shelladapter.php строка 68

Данные класса

◆ $resError

$resError = ""
protected

См. определение в файле shelladapter.php строка 14

◆ $resOutput

$resOutput = ""
protected

См. определение в файле shelladapter.php строка 13

◆ SUCCESS_RESULT

const SUCCESS_RESULT = 0

См. определение в файле shelladapter.php строка 11