public function Process::getEnhanceWindowsCompatibility in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/process/Process.php \Symfony\Component\Process\Process::getEnhanceWindowsCompatibility()
Gets whether or not Windows compatibility is enabled.
This is true by default.
Return value
bool
File
- vendor/
symfony/ process/ Process.php, line 1140
Class
- Process
- Process is a thin wrapper around proc_* functions to easily start independent PHP processes.
Namespace
Symfony\Component\ProcessCode
public function getEnhanceWindowsCompatibility() {
return $this->enhanceWindowsCompatibility;
}