Свойство | Тип | Описание | |
---|---|---|---|
$_descriptorSpec | array | proc_open descriptor spec | |
$_phpBin | string | PHP binary path for the current operating system |
Метод | Описание | |
---|---|---|
run ( string $source ) | Opens a new process to execute PHP on the source code passed to the method. If you're looking for how this process can be timed out - check the Utility/Job class which sets it internally in the source code to be executed. |
Метод | Описание | |
---|---|---|
_getPhpBinary ( ) : void | Locate a relevant PHP binary for the operating system |
protected static _getPhpBinary ( ) : void | ||
Результат | void |
protected static array $_descriptorSpec | ||
Результат | array |
protected static string $_phpBin | ||
Результат | string |