PhpExecutableFinder
    
            
            in package
            
        
    
    
    
An executable finder specifically designed for the PHP executable.
Tags
Table of Contents
Methods
- __construct() : mixed
 - find() : string|false
 - Finds The PHP executable.
 - findArguments() : array<string|int, mixed>
 - Finds the PHP executable arguments.
 
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>