pcntl_exec
laravel/framework
Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Executes specified program in current process space
<?php pcntl_exec
(
string $path
, array
$args
= [], array
$env_vars
= []):
bool