Display the drop-down list

escapeshellarg()

« end | escapeshellcmd »
<?php
$string 
escapeshellarg (
    
  // string $arg
);
?>
Result
$string = '\'/etc\''
Examples
#1 escapeshellarg  ("/etc")
See also
escapeshellcmd