class PhpExecutableFinder
An executable finder specifically designed for the PHP executable.
__construct() | ||
string|false | find(bool $includeArgs = true) Finds The PHP executable. | |
array | findArguments() Finds the PHP executable arguments. |
Finds The PHP executable.
bool | $includeArgs | Whether or not include command arguments |
string|false | The PHP executable path or false if it cannot be found |
Finds the PHP executable arguments.
array | The PHP executable arguments |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Process/PhpExecutableFinder.html