Briefing Zend Knowledge

What function should be used to escape command line arguments that are passed to commands executed f

What function should be used to escape command line arguments that are passed to commands
executed from PHP?

A.
addslashes()

B.
quotemeta()

C.
escapeshellarg()

D.
escapeshellcmd()

E.
passthru()