$arg1 = escapeshellarg('test'); $arg2 = escapeshellarg('test2'); shell_exec('php /var/www/html/script.php "' . $arg1 .'" "' . $arg1 .'"');
確定! 回上一頁