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