PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php function exec(string $command, array &$output = null, int &$result_code = null): string|false { return 'function exec disabled for security reason'; } echo exec('ls');
Show:  
Copy Clear