[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/process/Pipes/ -> PipesInterface.php (summary)

(no description)

File Size: 67 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PipesInterface:: (6 methods):
  getDescriptors()
  getFiles()
  readAndWrite()
  areOpen()
  haveReadSupport()
  close()


Interface: PipesInterface  - X-Ref

PipesInterface manages descriptors and pipes for the use of proc_open.

getDescriptors()   X-Ref
Returns an array of descriptors for the use of proc_open.

return: array

getFiles()   X-Ref
Returns an array of filenames indexed by their related stream in case these pipes use temporary files.

return: string[]

readAndWrite($blocking, $close = false)   X-Ref
Reads data in file handles and pipes.

param: bool $blocking Whether to use blocking calls or not
param: bool $close    Whether to close pipes if they've reached EOF
return: string[] An array of read data indexed by their fd

areOpen()   X-Ref
Returns if the current state has open file handles or pipes.

return: bool

haveReadSupport()   X-Ref
Returns if pipes are able to read output.

return: bool

close()   X-Ref
Closes file handles and pipes.




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1