<?php escapeshellcmd(string $command): string
<?php $string = str_replace('"', '', $string); $string = str_replace("'", '', $string); return escapeshellcmd($string); } }