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  : ExecutableFinder

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
Return values
string|false

findArguments()

Finds the PHP executable arguments.

public findArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results