We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0bf1e commit 16d9bc5Copy full SHA for 16d9bc5
src/Command.php
@@ -174,6 +174,8 @@ public function setCommand($command)
174
/**
175
* @param string|resource $stdIn If set, the string will be piped to the command via standard input.
176
* This enables the same functionality as piping on the command line.
177
+ * It can also be a resource like a file handle or a stream in which case its content will be piped
178
+ * into the command like an input redirection.
179
* @return static for method chaining
180
*/
181
public function setStdIn($stdIn) {
0 commit comments