Documentation

PhpExecutableFinder
in package

An executable finder specifically designed for the PHP executable.

Tags
author

Fabien Potencier fabien@symfony.com

author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Properties

$executableFinder  : mixed

Methods

__construct()  : mixed
find()  : string|false
Finds The PHP executable.
findArguments()  : array<string|int, mixed>
Finds the PHP executable arguments.

Properties

Methods

find()

Finds The PHP executable.

public find([bool $includeArgs = true ]) : string|false
Parameters
$includeArgs : bool = true

Whether or not include command arguments

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


        
On this page

Search results