Display the text box

escapeshellcmd()

« escapeshellarg | exif_imagetype »
<?php
$string 
escapeshellcmd (
    
  // string $command
);
?>
Result
$string = './configure -c'
Examples
#1 escapeshellcmd  ("./configure -c")
See also
escapeshellarg