Constants
|
public
Symfony\Component\Process\Pipes\PipesInterface
::CHUNK_SIZE
=
16384
|
Properties
|
public
$pipes
|
Methods
|
public
__construct
(
$input
)
|
public
abstract
Symfony\Component\Process\Pipes\PipesInterface
::
areOpen
() :
bool
Returns if the current state has open file handles or pipes.
|
public
close
()
|
public
abstract
Symfony\Component\Process\Pipes\PipesInterface
::
getDescriptors
() :
array
Returns an array of descriptors for the use of proc_open.
|
public
abstract
Symfony\Component\Process\Pipes\PipesInterface
::
getFiles
() :
array
Returns an array of filenames indexed by their related stream in case these pipes use temporary files.
|
public
handleError
(
$type
,
$msg
)
|
public
abstract
Symfony\Component\Process\Pipes\PipesInterface
::
haveReadSupport
() :
bool
Returns if pipes are able to read output.
|
public
abstract
Symfony\Component\Process\Pipes\PipesInterface
::
readAndWrite
(
bool
$blocking
,
bool
$close
=
false
) :
array
Reads data in file handles and pipes.
-
return
string
[] An array of read data indexed by their fd
|