Sets the path to the PHP binary to use.
@api
File
- drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpProcess.php, line 52
Class
- PhpProcess
- PhpProcess runs a PHP script in an independent process.
Namespace
Symfony\Component\Process
Code
public function setPhpBinary($php) {
$this
->setCommandLine($php);
}