Which of the following can NOT be used to send a cookie from within a PHP application?
header()
$_COOKIE
setcookie()
setrawcookie()
Submit