Свойство | Type | Description | |
---|---|---|---|
$_descriptorSpec | array | proc_open descriptor spec | |
$_phpBin | string | PHP binary path for the current operating system |
Méthode | Description | |
---|---|---|
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. |
Méthode | Description | |
---|---|---|
_getPhpBinary ( ) : void | Locate a relevant PHP binary for the operating system |
protected static _getPhpBinary ( ) : void | ||
Résultat | void |
protected static array $_descriptorSpec | ||
Résultat | array |
protected static string $_phpBin | ||
Résultat | string |