PhpExecutableFinder
in package
An executable finder specifically designed for the PHP executable.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- find() : string|false
- Finds The PHP executable.
- findArguments() : array<string|int, mixed>
- Finds the PHP executable arguments.
Properties
$executableFinder
private
ExecutableFinder
$executableFinder
Methods
__construct()
public
__construct() : mixed
find()
Finds The PHP executable.
public
find([bool $includeArgs = true ]) : string|false
Parameters
- $includeArgs : bool = true
Return values
string|falsefindArguments()
Finds the PHP executable arguments.
public
findArguments() : array<string|int, mixed>