Query: setrawcookie
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SETRAWCOOKIE(3) 1 SETRAWCOOKIE(3) setrawcookie - Send a cookie without urlencoding the cookie valueSYNOPSISbool setrawcookie (string $name, [string $value], [int $expire], [string $path], [string $domain], [bool $secure = false], [bool $httponly = false])DESCRIPTIONsetrawcookie(3) is exactly the same as setcookie(3) except that the cookie value will not be automatically urlencoded when sent to the browser.PARAMETERSFor parameter information, see the setcookie(3) documentation.RETURN VALUESReturns TRUE on success or FALSE on failure.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 5.5.0 | | | | | | | A Max-Age attribute is now included in the Set- | | | Cookie header sent to the client. | | | | | 5.2.0 | | | | | | | The $httponly parameter was added. | | | | +--------+---------------------------------------------------+SEE ALSOsetcookie(3). PHP Documentation Group SETRAWCOOKIE(3)
Related Man Pages |
---|
cgi_cookie_set(3) - debian |
session_set_cookie_params(3) - php |
is_string(3) - php |
apache2::cookie(3pm) - debian |
plack::session::state::cookie(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
php setcookie multiple values with delimiter |
How to place Record in a row as a column name? |