public function Process::getStdin

Gets the contents of STDIN.

Return value

string The current contents

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php, line 961

Class

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

Namespace

Symfony\Component\Process

Code

public function getStdin() {
  return $this->stdin;
}