What can NOT be used to send a cookie from within a PHP application?
header()
$_COOKE
setcookie()
setrawcookie()
Submit