serverless-php icon indicating copy to clipboard operation
serverless-php copied to clipboard

not able to run php script from the php file

Open walterwhites opened this issue 6 years ago • 0 comments

I would like running script from the php file, like

$command = '/opt/exemple/exemple run api';
system($command);

It seems doesn't work, just commands which display output like system('ls'); works

walterwhites avatar Jun 03 '19 23:06 walterwhites