class PhpExecutableFinder
An executable finder specifically designed for the PHP executable.
Methods
__construct() | ||
string|false | find(bool $includeArgs = true) Finds The PHP executable. | |
array | findArguments() Finds the PHP executable arguments. |
Details
__construct()
string|false find(bool $includeArgs = true)
Finds The PHP executable.
array findArguments()
Finds the PHP executable arguments.
Please login to continue.