DataTables PHP 3.0.2

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

Methods

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

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<int, non-empty-string>
Return values
array<int, non-empty-string>

        
On this page

Search results