PhpExecutableFinder

PhpExecutableFinder

class PhpExecutableFinder

An executable finder specifically designed for the PHP executable.

Methods

__construct()
string|false find(bool $includeArgs = true)

Finds The PHP executable.

array findArguments()

Finds the PHP executable arguments.

Details

__construct()

string|false find(bool $includeArgs = true)

Finds The PHP executable.

Parameters

bool $includeArgs Whether or not include command arguments

Return Value

string|false The PHP executable path or false if it cannot be found

array findArguments()

Finds the PHP executable arguments.

Return Value

array The PHP executable arguments

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/Process/PhpExecutableFinder.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部