public function PhpProcess::setPhpBinary in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/PhpProcess.php \Symfony\Component\Process\PhpProcess::setPhpBinary()
Sets the path to the PHP binary to use.
File
- vendor/
symfony/ process/ PhpProcess.php, line 49
Class
- PhpProcess
- PhpProcess runs a PHP script in an independent process.
Namespace
Symfony\Component\ProcessCode
public function setPhpBinary($php) {
$this
->setCommandLine($php);
}