problems with shell_exec, does not work properly with some bash commands

前端 未结 0 1394
难免孤独
难免孤独 2021-01-03 06:03

I have the following script

$variable1="echo -e \\\'Hi\\n how are you\\\'";
$variable2=shell_exec("$variable1");
echo "$variable2&quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题