$suffixes
$suffixes :
Generic executable finder.
find(string $name, string $default = null, array $extraDirs = array()) : string
Finds an executable by name.
string | $name | The executable name (without the extension) |
string | $default | The default to return if no executable is found |
array | $extraDirs | Additional dirs to check into |
The executable path or default value