Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Execute a command and open file pointers for input/output
<?php proc_open(    array|string $command,    array $descriptor_spec,    array &$pipes,    ?string $cwd = null,    ?array $env_vars = null,    ?array $options = null): resource|false