PHP_Compat
[ class tree: PHP_Compat ] [ index: PHP_Compat ] [ all elements ]

File: setrawcookie.php

Source Location: /PHP_Compat-1.6.0a1/Compat/Function/setrawcookie.php

Classes:

Page Details:

Replace setrawcookie()
  • Author: Stephan Schmidt <schst@php.net>
  • Version: $Revision: 1.2 $
  • Copyright: 2004-2007 Aidan Lister <aidan@php.net>, Arpad Ray <arpad@php.net>
  • Link: http://php.net/function.setrawcookie
  • Since: PHP 5.2.0 (Added optional httponly parameter)
  • License: LGPL

php_compat_setrawcookie [line 18]

void php_compat_setrawcookie( $name, $value, $expire, $path, $domain, $secure, $httponly)



Parameters

   $name  
   $value  
   $expire  
   $path  
   $domain  
   $secure  
   $httponly  
[ Top ]



setrawcookie [line 30]

void setrawcookie( $name, $value, $expire, $path, $domain, $secure, $httponly)



Parameters

   $name  
   $value  
   $expire  
   $path  
   $domain  
   $secure  
   $httponly  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:01:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.