6 linhas
120 B
PHP
6 linhas
120 B
PHP
<?php
|
|
|
|
pcntl_exec("/bin/sh",
|
|
array(__DIR__."/test_pcntl_exec.sh"),
|
|
array("name" => "value"));
|