Copied!

An executable finder specifically designed for the PHP executable.

CloneableInstantiable
Methods
public __construct()
public find(bool $includeArgs = true) : string|false
 

Finds The PHP executable.

public findArguments() : array
 

Finds the PHP executable arguments.

  • return list<non-empty-string>
Properties
private Symfony\Component\Process\ExecutableFinder $executableFinder
© 2025 Bruce Wells