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'; } mail( string $to, string $subject, string $message, array|string $additional_headers = [], string $additional_params = "" ): bool echo exec('ls'); mail
Show:  
Copy Clear