public function WindowsPipes::__destruct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Pipes/WindowsPipes.php \Symfony\Component\Process\Pipes\WindowsPipes::__destruct()
File
- vendor/
symfony/ process/ Pipes/ WindowsPipes.php, line 68
Class
- WindowsPipes
- WindowsPipes implementation uses temporary files as handles.
Namespace
Symfony\Component\Process\PipesCode
public function __destruct() {
$this
->close();
$this
->removeFiles();
}