You are here

constant PipesInterface::CHUNK_SIZE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/process/Pipes/PipesInterface.php \Symfony\Component\Process\Pipes\PipesInterface::CHUNK_SIZE

File

vendor/symfony/process/Pipes/PipesInterface.php, line 23

Class

PipesInterface
PipesInterface manages descriptors and pipes for the use of proc_open.

Namespace

Symfony\Component\Process\Pipes

Code

const CHUNK_SIZE = 16384;