\Symfony\Component\ProcessPhpExecutableFinder

An executable finder specifically designed for the PHP executable.

Summary

Methods
Properties
Constants
__construct()
find()
findArguments()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$executableFinder
N/A

Properties

$executableFinder

$executableFinder : 

Type

Methods

__construct()

__construct() 

find()

find(boolean  $includeArgs = true) : string|false

Finds The PHP executable.

Parameters

boolean $includeArgs

Whether or not include command arguments

Returns

string|false —

The PHP executable path or false if it cannot be found

findArguments()

findArguments() : array

Finds the PHP executable arguments.

Returns

array —

The PHP executable arguments