Jump to content

Topic on Manual talk:BoxedCommand

Alex Mashin (talkcontribs)

Is it possible to pipe a PHP string directly to command's standard input, without using temporary files?
Alexander Mashin talk 05:46, 14 October 2021 (UTC)

Legoktm (talkcontribs)

Yes, $command->stdin(...) should work.

Reply to "stdin"