Voting

: four minus zero?
(Example: nine)

The Note You're Voting On

Jasen
5 years ago
if you want empty arguments for empty input

use the form

escapeshellarg($input)."''"

the shell will treat foo'' as foo but empty input will become an empty argument instead of a missing one.

<< Back to user notes page

To Top