\Symfony\Component\Process\PipesWindowsPipes

WindowsPipes implementation uses temporary files as handles.

Summary

Methods
Properties
Constants
__construct()
close()
__destruct()
getDescriptors()
getFiles()
readAndWrite()
haveReadSupport()
areOpen()
$pipes
No constants found
hasSystemCallBeenInterrupted()
unblock()
write()
No protected properties found
N/A
No private methods found
$inputBuffer
$input
$blocked
$lastError
$files
$fileHandles
$lockHandles
$readBytes
$haveReadSupport
N/A

Properties

$pipes

$pipes : 

Type

$inputBuffer

$inputBuffer : 

Type

$input

$input : 

Type

$blocked

$blocked : 

Type

$lastError

$lastError : 

Type

$files

$files : 

Type

$fileHandles

$fileHandles : 

Type

$lockHandles

$lockHandles : 

Type

$readBytes

$readBytes : 

Type

$haveReadSupport

$haveReadSupport : 

Type

Methods

__construct()

__construct(resource|string|integer|float|boolean|\Iterator|null  $input, \Symfony\Component\Process\Pipes\bool  $haveReadSupport) 

Parameters

resource|string|integer|float|boolean|\Iterator|null $input
\Symfony\Component\Process\Pipes\bool $haveReadSupport

close()

close() 

{@inheritdoc}

__destruct()

__destruct() 

getDescriptors()

getDescriptors() 

{@inheritdoc}

getFiles()

getFiles() 

{@inheritdoc}

readAndWrite()

readAndWrite(  $blocking,   $close = false) 

{@inheritdoc}

Parameters

$blocking
$close

haveReadSupport()

haveReadSupport() 

{@inheritdoc}

areOpen()

areOpen() 

{@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