You are here

public function Process::getOptions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/process/Process.php \Symfony\Component\Process\Process::getOptions()

Gets the options for proc_open.

Return value

array The current options

File

vendor/symfony/process/Process.php, line 1114

Class

Process
Process is a thin wrapper around proc_* functions to easily start independent PHP processes.

Namespace

Symfony\Component\Process

Code

public function getOptions() {
  return $this->options;
}