\Symfony\Component\Process\PipesAbstractPipes

Summary

Methods
Properties
Constants
__construct()
close()
$pipes
No constants found
hasSystemCallBeenInterrupted()
unblock()
write()
No protected properties found
N/A
No private methods found
$inputBuffer
$input
$blocked
$lastError
N/A

Properties

$pipes

$pipes : 

Type

$inputBuffer

$inputBuffer : 

Type

$input

$input : 

Type

$blocked

$blocked : 

Type

$lastError

$lastError : 

Type

Methods

__construct()

__construct(resource|string|integer|float|boolean|\Iterator|null  $input) 

Parameters

resource|string|integer|float|boolean|\Iterator|null $input

close()

close() 

{@inheritdoc}

hasSystemCallBeenInterrupted()

hasSystemCallBeenInterrupted() : boolean

Returns true if a system call has been interrupted.

Returns

boolean

unblock()

unblock() 

Unblocks streams.

write()

write() 

Writes input to stdin.

Throws

\Symfony\Component\Process\Exception\InvalidArgumentException

When an input iterator yields a non supported value