find() find(boolean $includeArgs = true) : string|false Finds The PHP executable. Parameters boolean $includeArgs Whether or not include command arguments Returns string|false — The PHP executable path or false if it cannot be found
findArguments() findArguments() : array Finds the PHP executable arguments. Returns array — The PHP executable arguments